mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
back out unintended change
This commit is contained in:
parent
f0f8eccbe1
commit
4b5acc257f
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
|
||||
# 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 = $(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) \
|
||||
-nostartfiles -mshort-load-bytes -nodefaultlibs -ffixed-r9 \
|
||||
-mpic-register=r10 -msingle-pic-base -fpic \
|
||||
|
|
Loading…
Reference in a new issue