summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-11-01 05:25:31 +0000
committerwtc%netscape.com <devnull@localhost>2001-11-01 05:25:31 +0000
commitae131ee5e50b210b0c77805d17be15c32eae7d66 (patch)
tree89e9a3067203239de251031b8da94f80b075edc9
parent53e97cd92a344cbdb469816186501ffa2cdaed67 (diff)
downloadnss-hg-ae131ee5e50b210b0c77805d17be15c32eae7d66.tar.gz
Bugzilla bug 103933: loader.c should not be compiled with -xchip=ultra2.
r=nelsonb.
-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 d0fea4da2..ae3696654 100644
--- a/security/nss/lib/freebl/Makefile
+++ b/security/nss/lib/freebl/Makefile
@@ -146,7 +146,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