From ae131ee5e50b210b0c77805d17be15c32eae7d66 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Thu, 1 Nov 2001 05:25:31 +0000 Subject: Bugzilla bug 103933: loader.c should not be compiled with -xchip=ultra2. r=nelsonb. --- security/nss/lib/freebl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1