summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-11-01 05:22:12 +0000
committerwtc%netscape.com <devnull@localhost>2001-11-01 05:22:12 +0000
commitc75e2e4ca7798f37f3c6cbe09e62b6494b883403 (patch)
treec1000e69b4d05e007075f41a5f2ba30075724fce
parent5595999bae5d97d7c71eb3fac278abd8d54bb616 (diff)
downloadnss-hg-c75e2e4ca7798f37f3c6cbe09e62b6494b883403.tar.gz
Bugzilla bug 103933: loader.c should not be compiled with -xchip=ultra2.
r=nelsonb. Tag: NSS_3_3_BRANCH
-rw-r--r--security/nss/lib/freebl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/freebl/Makefile b/security/nss/lib/freebl/Makefile
index 261b046dd..17b87bb70 100644
--- a/security/nss/lib/freebl/Makefile
+++ b/security/nss/lib/freebl/Makefile
@@ -136,7 +136,7 @@ endif
ifeq ($(OS_TARGET),SunOS)
ifeq ($(CPU_ARCH),sparc)
ifndef NS_USE_GCC
-ifndef USE_PURE_32
+ifdef USE_HYBRID
OS_CFLAGS += -xchip=ultra2
endif
endif