mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
back out unintended change
This commit is contained in:
parent
152d674141
commit
3bd951aca5
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ INCLUDE += \
|
||||||
# NOTE!!!! Added the -w flag to supress all warnings since arm-elf-gcc
|
# 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
|
# does so much bitching about the Palm headers. Need to fix that, or
|
||||||
# use the arm-palmos-gcc, or something. But for now, -w....
|
# use the arm-palmos-gcc, or something. But for now, -w....
|
||||||
CCFLAGS = $(OPT) $(MINUS_G) -Wall -D__PALMOS__ -D__palmos__ -Asystem=palmos
|
CCFLAGS = $(OPT) $(MINUS_G) -Wall -Wunused-parameter -D__PALMOS__ -D__palmos__ -Asystem=palmos
|
||||||
ARMCCFS = $(CCFLAGS) -DNATIVE $(DEBUG) \
|
ARMCCFS = $(CCFLAGS) -DNATIVE $(DEBUG) \
|
||||||
-nostartfiles -mshort-load-bytes -nodefaultlibs -ffixed-r9 \
|
-nostartfiles -mshort-load-bytes -nodefaultlibs -ffixed-r9 \
|
||||||
-mpic-register=r10 -msingle-pic-base -fpic \
|
-mpic-register=r10 -msingle-pic-base -fpic \
|
||||||
|
|
Loading…
Reference in a new issue