Chameleon

Chameleon Commit Details

Date:2012-10-27 06:17:44 (11 years 5 months ago)
Author:Evan Lojewski
Commit:2079
Parents: 2078
Message:Cleanup commands passed to compiler
Changes:
M/trunk/i386/klibc/Makefile

File differences

trunk/i386/klibc/Makefile
1414
1515
1616
17
18
17
1918
2019
2120
CFLAGS:= $(CFLAGS) $(RC_CFLAGS) $(MORECPP) -arch i386 \
-fno-builtin -static $(OMIT_FRAME_POINTER_CFLAG) \
-mpreferred-stack-boundary=2 -fno-align-functions -fno-stack-protector \
-march=pentium4 -msse2 -mfpmath=sse -msoft-float \
-march=pentium4 -msse2 -msoft-float -fno-stack-protector \
-nostdinc -include $(SRCROOT)/autoconf.h
CPPFLAGS := $(CPPFLAGS) -nostdinc++

Archive Download the corresponding diff file

Revision: 2079