Chameleon

Chameleon Commit Details

Date:2015-02-12 21:34:10 (9 years 2 months ago)
Author:ErmaC
Commit:2572
Parents: 2571
Message:Fix typo in the Makefile for modules that prevents optimizations (Credits to Zenith432)
Changes:
M/trunk/i386/modules/MakeInc.dir

File differences

trunk/i386/modules/MakeInc.dir
1717
1818
1919
20
2021
2122
2223
......
2829
2930
3031
31
32
3233
3334
3435
ifeq ($(BUILT_IN),yes)
OPTIM := $(CONFIG_OPTIMIZATION_LEVEL)
CFLAGS:= $(RC_CFLAGS) $(OPTIM) $(MORECPP) -arch i386 -g -Wmost -Werror \
-fno-builtin -DSAIO_INTERNAL_USER -static $(OMIT_FRAME_POINTER_CFLAG) -fno-stack-protector \
-march=pentium4 -msse2 -msoft-float -nostdinc -include $(SRCROOT)/autoconf.h
else
CFLAGS := $(CLFAGS) -nostdinc -Wmost -Werror \
CFLAGS := $(CFLAGS) -nostdinc -Wmost -Werror \
-fno-builtin -fno-stack-protector \
-march=pentium4 -msse2 -msoft-float \
-arch i386 -include $(SRCROOT)/autoconf.h

Archive Download the corresponding diff file

Revision: 2572