Chameleon

Chameleon Commit Details

Date:2014-02-02 22:38:34 (10 years 2 months ago)
Author:Jief Luce
Commit:2372
Parents: 2371
Message:Set optimization level from autoconf.inc Set max boot file size to 655360
Changes:
M/branches/Jief/i386/boot2/Makefile

File differences

branches/Jief/i386/boot2/Makefile
1919
2020
2121
22
22
2323
2424
2525
......
5151
5252
5353
54
54
5555
5656
5757
DIR = boot2
include ${SRCROOT}/Make.rules
OPTIM = -Os -Oz
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
UTILDIR = ../util
DIRS_NEEDED = $(OBJROOT) $(SYMROOT)
BOOT2ADDR = 20200
MAXBOOTSIZE = 458240
MAXBOOTSIZE = 655360
#

Archive Download the corresponding diff file

Revision: 2372