summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2001-04-16 10:33:23 +0000
committercls%seawood.org <devnull@localhost>2001-04-16 10:33:23 +0000
commitb3d1fdfbd89bcecdc0086f67143f0d53d70625cc (patch)
tree45ecde1160e0a585e1f504b7c16a7512e6e0bb52
parentdf8847ae2dbc66c64bd283f775fc93c478850e52 (diff)
downloadnss-hg-b3d1fdfbd89bcecdc0086f67143f0d53d70625cc.tar.gz
Check for GNU_CC instead of NS_USE_GCC
-rw-r--r--security/nss/lib/freebl/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/lib/freebl/Makefile.in b/security/nss/lib/freebl/Makefile.in
index a849e210f..5620861ed 100644
--- a/security/nss/lib/freebl/Makefile.in
+++ b/security/nss/lib/freebl/Makefile.in
@@ -142,7 +142,7 @@ endif
# Note: -xarch=v8 or v9 is now done in coreconf
ifeq ($(OS_TARGET),SunOS)
ifeq ($(CPU_ARCH),sparc)
-ifndef NS_USE_GCC
+ifndef GNU_CC
ifndef USE_PURE_32
OS_CFLAGS += -xchip=ultra2
endif
@@ -161,7 +161,7 @@ ifeq ($(OS_RELEASE),5.8)
endif
ifeq ($(SYSV_SPARC),1)
SOLARIS_AS = /usr/ccs/bin/as
-ifdef NS_USE_GCC
+ifdef GNU_CC
LD = gcc
DSO_LDOPTS += -shared -Wl,-B,symbolic,-z,defs,-z,now,-z,text,-M,mapfile.Solaris
else