summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-01-12 20:01:58 +0000
committerwtc%netscape.com <devnull@localhost>2001-01-12 20:01:58 +0000
commit5af107ff69aed635e537126db76175c20c8a524a (patch)
treec3e12c292cc31de6ed7e4c676a07dd25374ca1b5
parent21b9fa88bec01ebd0d9c37bead6fd30b55ccc665 (diff)
downloadnss-hg-5af107ff69aed635e537126db76175c20c8a524a.tar.gz
Bugzilla bug #64650: use +DAportable +DS2.0 in "pure 32" builds. This
was suggested by Jim Dunn of Netscape. Reviewed by Nelson Bolyard. (NSS_3_1_BRANCH)
-rw-r--r--security/coreconf/HP-UXB.11.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/coreconf/HP-UXB.11.mk b/security/coreconf/HP-UXB.11.mk
index 7b5a631f4..daec8d36f 100644
--- a/security/coreconf/HP-UXB.11.mk
+++ b/security/coreconf/HP-UXB.11.mk
@@ -44,7 +44,7 @@ ifndef NS_USE_GCC
ifdef USE_LONG_LONGS
OS_CFLAGS += -Aa +e +DA2.0 +DS2.0
else
- OS_CFLAGS += +DAportable +DS1.1
+ OS_CFLAGS += +DAportable +DS2.0
endif
endif
else