summaryrefslogtreecommitdiff
path: root/security/coreconf/HP-UXB.11.mk
diff options
context:
space:
mode:
Diffstat (limited to 'security/coreconf/HP-UXB.11.mk')
-rw-r--r--security/coreconf/HP-UXB.11.mk16
1 files changed, 4 insertions, 12 deletions
diff --git a/security/coreconf/HP-UXB.11.mk b/security/coreconf/HP-UXB.11.mk
index 5b489014f..08463214d 100644
--- a/security/coreconf/HP-UXB.11.mk
+++ b/security/coreconf/HP-UXB.11.mk
@@ -41,22 +41,14 @@ endif
ifndef NS_USE_GCC
CCC = /opt/aCC/bin/aCC -ext
ifeq ($(USE_64), 1)
- ifeq ($(OS_TEST), ia64)
- OS_CFLAGS += -Aa +e +p +DD64
- else
- OS_CFLAGS += -Aa +e +DA2.0W +DS2.0 +DChpux
- endif
+ OS_CFLAGS += -Aa +e +DA2.0W +DS2.0 +DChpux
# Next line replaced by generic name handling in arch.mk
# COMPILER_TAG = _64
else
- ifeq ($(OS_TEST), ia64)
- OS_CFLAGS += -Aa +e +p +DD32
+ ifdef USE_HYBRID
+ OS_CFLAGS += -Aa +e +DA2.0 +DS2.0
else
- ifdef USE_HYBRID
- OS_CFLAGS += -Aa +e +DA2.0 +DS2.0
- else
- OS_CFLAGS += +DAportable +DS2.0
- endif
+ OS_CFLAGS += +DAportable +DS2.0
endif
endif
else