mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
restore warnings; don't reserve r8 since we don't use it
This commit is contained in:
parent
6027888932
commit
ba71b65016
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue