restore warnings; don't reserve r8 since we don't use it

This commit is contained in:
ehouse 2004-09-29 01:09:13 +00:00
parent 6027888932
commit ba71b65016

View file

@ -25,10 +25,10 @@ INCLUDE += \
# NOTE!!!! Added the -w flag to supress all warnings since arm-elf-gcc
# does so much bitching about the Palm headers. Need to fix that, or
# use the arm-palmos-gcc, or something. But for now, -w....
CCFLAGS = -O2 -g -Wall -D__PALMOS__ -w
CCFLAGS = -O2 -g -Wall -D__PALMOS__
ARMCCFS = $(CCFLAGS) -DNATIVE \
-nostartfiles -mshort-load-bytes -nodefaultlibs -ffixed-r9 -ffixed-r8 \
-mpic-register=r10 -msingle-pic-base -fPIC \
-nostartfiles -mshort-load-bytes -nodefaultlibs -ffixed-r9 \
-mpic-register=r10 -msingle-pic-base -fpic \
$(INCLUDE)
ARMLDFS = -Xlinker --script=./ldscript.arm -lgcc