Chameleon

Chameleon Commit Details

Date:2012-10-27 06:16:16 (11 years 5 months ago)
Author:Evan Lojewski
Commit:2077
Parents: 2076
Message:Cleanup commands passed to compiler
Changes:
M/trunk/i386/libsaio/Makefile

File differences

trunk/i386/libsaio/Makefile
1919
2020
2121
22
23
24
25
22
23
24
2625
2726
2827
CFLAGS:= $(CFLAGS) $(RC_CFLAGS) $(MORECPP) -arch i386 \
-D__ARCHITECTURE__=\"i386\" -DSAIO_INTERNAL_USER \
-DRCZ_COMPRESSED_FILE_SUPPORT \
-fno-builtin -static $(OMIT_FRAME_POINTER_CFLAG) \
-mpreferred-stack-boundary=2 -fno-align-functions -fno-stack-protector \
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -nostdinc -include $(SRCROOT)/autoconf.h
-DRCZ_COMPRESSED_FILE_SUPPORT -fno-stack-protector \
-fno-builtin -static $(OMIT_FRAME_POINTER_CFLAG) -fno-stack-protector \
-march=pentium4 -msse2 -msoft-float -nostdinc -include $(SRCROOT)/autoconf.h
CPPFLAGS := $(CPPFLAGS) -nostdinc++

Archive Download the corresponding diff file

Revision: 2077