mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-19 22:26:57 +01:00
switch to prc-tools; re-enable show-progress
This commit is contained in:
parent
77f543e863
commit
38c638d671
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
||||||
PLATFORM = PALM_PNO
|
PLATFORM = PALM_PNO
|
||||||
PALMDIR = /usr/local/share/palmdev/sdk-5r3/include
|
PALMDIR = /usr/local/share/palmdev/sdk-5r3/include
|
||||||
|
|
||||||
WHICH = elf
|
#WHICH = elf
|
||||||
#WHICH = palmos
|
WHICH = palmos
|
||||||
|
|
||||||
CC_ARM = arm-$(WHICH)-gcc
|
CC_ARM = arm-$(WHICH)-gcc
|
||||||
OC_ARM= arm-$(WHICH)-objcopy
|
OC_ARM= arm-$(WHICH)-objcopy
|
||||||
|
@ -36,7 +36,7 @@ ARMLDFS = -Xlinker --script=./ldscript.arm -lgcc
|
||||||
# ARM-specific
|
# ARM-specific
|
||||||
ARM_DEFINES = $(MYDEFS) -DXW_TARGET_PNO -D__LITTLE_ENDIAN
|
ARM_DEFINES = $(MYDEFS) -DXW_TARGET_PNO -D__LITTLE_ENDIAN
|
||||||
# turn show progress off for now
|
# turn show progress off for now
|
||||||
ARM_DEFINES += -USHOW_PROGRESS
|
# ARM_DEFINES += -USHOW_PROGRESS
|
||||||
|
|
||||||
include ../common/config.mk
|
include ../common/config.mk
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue