summaryrefslogtreecommitdiff
path: root/security/coreconf/HP-UXB.11.mk
diff options
context:
space:
mode:
authorcvs2hg <devnull@localhost>2002-08-30 03:44:25 +0000
committercvs2hg <devnull@localhost>2002-08-30 03:44:25 +0000
commiteb8b91fe8fc75047c030538cb98b5a95a0067471 (patch)
tree1ace5c04d94cf276b62b6e70481e57f5aa2a0fdc /security/coreconf/HP-UXB.11.mk
parentb61d7b8835bb670d5c6451b6c5ecec6e16e5b56c (diff)
downloadnss-hg-eb8b91fe8fc75047c030538cb98b5a95a0067471.tar.gz
fixup commit for tag 'ROGC_20020830_FREEZE'ROGC_20020830_FREEZE
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