aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/xcppgc.gmk
diff options
context:
space:
mode:
authorRichard Brooksby2002-10-18 16:28:37 +0100
committerRichard Brooksby2002-10-18 16:28:37 +0100
commitc0f415ad6f50117f046b3be58e7c16e7c6dd1120 (patch)
tree0e36d5625d66ea2db86ab198002e48eecb002010 /mps/code/xcppgc.gmk
parentd45e3cfd75ebde6b9ccc95ba43b262d9e9b07e8e (diff)
downloademacs-c0f415ad6f50117f046b3be58e7c16e7c6dd1120.tar.gz
emacs-c0f415ad6f50117f046b3be58e7c16e7c6dd1120.zip
Worked around precompiler and gdb debug info bugs in mac os x 10.2 build.
Copied from Perforce Change: 34514 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/xcppgc.gmk')
-rw-r--r--mps/code/xcppgc.gmk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mps/code/xcppgc.gmk b/mps/code/xcppgc.gmk
index 476dcf60f30..a160a700224 100644
--- a/mps/code/xcppgc.gmk
+++ b/mps/code/xcppgc.gmk
@@ -24,7 +24,9 @@ CC = cc
24# inline function. 24# inline function.
25# .types: sys/types.h uses 'long long' even under -ansi. 25# .types: sys/types.h uses 'long long' even under -ansi.
26CFLAGSCOMPILER := $(subst -Wstrict-prototypes,,$(CFLAGSCOMPILER)) \ 26CFLAGSCOMPILER := $(subst -Wstrict-prototypes,,$(CFLAGSCOMPILER)) \
27 -Wno-unused -Wno-long-long 27 -Wno-unused -Wno-long-long -no-cpp-precomp
28CFLAGSDEBUG := $(subst -g -ggdb3,-g3,$(CFLAGSDEBUG))
29CFLAGSOPT := $(subst -g -ggdb3,-g3,$(CFLAGSOPT))
28 30
29include comm.gmk 31include comm.gmk
30 32