summaryrefslogtreecommitdiffstats
path: root/Configurations/50-nonstop.conf
diff options
context:
space:
mode:
Diffstat (limited to 'Configurations/50-nonstop.conf')
-rw-r--r--Configurations/50-nonstop.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/Configurations/50-nonstop.conf b/Configurations/50-nonstop.conf
index ed3fe828b3..50c37f3ded 100644
--- a/Configurations/50-nonstop.conf
+++ b/Configurations/50-nonstop.conf
@@ -58,7 +58,7 @@
# Itanium + guardian:
'nonstop-archenv-itanium-guardian' => {
template => 1,
- defines => ['NO_GETPID', '_TANDEM_ARCH=2'],
+ defines => ['NO_GETPID'],
cflags => '-Wtarget=tns/e -Wsystype=guardian',
lflags => '-Weld="-set systype guardian"',
shared_ldflag => '-Wshared -Weld="-soname $(@:lib%.so=%)"',
@@ -69,7 +69,7 @@
# x86 + guardian:
'nonstop-archenv-x86_64-guardian' => {
template => 1,
- defines => ['NO_GETPID', '_TANDEM_ARCH=3'],
+ defines => ['NO_GETPID'],
cflags => '-Wtarget=tns/x -Wsystype=guardian',
lflags => '-Wxld="-set systype guardian"',
shared_ldflag => '-Wshared -Wxld="-soname $(@:lib%.so=%)"',
@@ -89,7 +89,6 @@
# Itanium + oss:
'nonstop-archenv-itanium-oss' => {
template => 1,
- defines => ['_TANDEM_ARCH=2'],
cflags => '-Wtarget=tns/e -Wsystype=oss',
lflags => '-Weld="-set systype oss"',
shared_ldflag => '-Wshared',
@@ -99,7 +98,6 @@
# x86_64 + oss:
'nonstop-archenv-x86_64-oss' => {
template => 1,
- defines => ['_TANDEM_ARCH=3'],
cflags => '-Wtarget=tns/x -Wsystype=oss',
lflags => '-Wxld="-set systype oss"',
shared_ldflag => '-Wshared',