summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2007-12-21 18:57:57 +0000
committerwtc%google.com <devnull@localhost>2007-12-21 18:57:57 +0000
commitdf08faf272643567d5a39f03f779a30f66ef0c6e (patch)
tree526df5c2476a5ebc801a5c21e47b4792cbd2ee7e
parentf1ea6a5307ff27f380071e96deef8c80953b9c67 (diff)
downloadnss-hg-df08faf272643567d5a39f03f779a30f66ef0c6e.tar.gz
Bug 409224: don't use the obsolete gcc flag -no-cpp-precomp. The patch isNSS_RFC4507BIS_BASE
contributed by Mark Mentovai <mark@moxienet.com>. r=wtc
-rw-r--r--security/coreconf/Darwin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/coreconf/Darwin.mk b/security/coreconf/Darwin.mk
index ef525b6a2..3eaff8a0d 100644
--- a/security/coreconf/Darwin.mk
+++ b/security/coreconf/Darwin.mk
@@ -101,7 +101,7 @@ endif
# definitions so that the linker can catch multiply-defined symbols.
# Also, common symbols are not allowed with Darwin dynamic libraries.
-OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -Wmost -fpascal-strings -no-cpp-precomp -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK $(DARWIN_SDK_CFLAGS)
+OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -Wmost -fpascal-strings -fno-common -pipe -DDARWIN -DHAVE_STRERROR -DHAVE_BSD_FLOCK $(DARWIN_SDK_CFLAGS)
ifdef BUILD_OPT
ifeq (11,$(ALLOW_OPT_CODE_SIZE)$(OPT_CODE_SIZE))