1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-25 08:12:11 -07:00

Mps: removed platform specific modifications to compiler flags

as they are not necessary for modern OS X.

Copied from Perforce
 Change: 160736
 ServerID: perforce.ravenbrook.com
This commit is contained in:
David Jones 2006-10-10 15:32:54 +01:00
parent 1a2468b8c0
commit 28adadffc4

View file

@ -19,17 +19,6 @@ include gc.gmk
CC = cc
# Suppress some warnings (last checked in DP3).
# .cabs: -Wstrict-prototypes cannot be used because the math.h header has a
# traditional declaration of cabs.
# .sputc: -Wno-unused is needed, because stdio.h declares __sputc as an
# inline function.
# .types: sys/types.h uses 'long long' even under -ansi.
CFLAGSCOMPILER := $(subst -Wstrict-prototypes,,$(CFLAGSCOMPILER)) \
-Wno-unused -Wno-long-long -no-cpp-precomp
CFLAGSDEBUG := $(subst -g -ggdb3,-g3,$(CFLAGSDEBUG))
CFLAGSOPT := $(subst -g -ggdb3,-g3,$(CFLAGSOPT))
include comm.gmk