mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
generate mapfile (though it only included non-static functions and so
is pretty useless)
This commit is contained in:
parent
efcd6dc833
commit
794a707253
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ $(COMMONOBJDIR)/%.o : $(COMMONDIR)/%.c $(MAKEFILE)
|
|||
$(CC_ARM) -o $@ -c $(MYDEFINES) -DHERE $(ARMCCFS) $<
|
||||
|
||||
PNOC_bin.pre PNOG0000.bin: pace_gen.h $(OBJS)
|
||||
$(CC_ARM) $(OBJS) $(ARMCCFS) $(ARMLDFS) -o tmp.out
|
||||
$(CC_ARM) $(OBJS) $(ARMCCFS) $(ARMLDFS) -Wl,-Map,PNOC_bin.map -o tmp.out
|
||||
# @$(OD_ARM) --disassemble-all tmp.out
|
||||
$(OC_ARM) -j .text -O binary tmp.out PNOC_bin.pre
|
||||
$(OC_ARM) -j .got -O binary tmp.out PNOG0000.bin
|
||||
|
|
Loading…
Reference in a new issue