mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-26 11:57:47 -05:00
wut_rules: rpx/rpl: use unstripped ELF directly
This commit is contained in:
@@ -25,18 +25,12 @@ MACHDEP = -DESPRESSO -mcpu=750 -meabi -mhard-float
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
%.rpx: %.elf
|
||||
@cp $< $*.strip.elf
|
||||
$(SILENTCMD)$(STRIP) -g $*.strip.elf $(ERROR_FILTER)
|
||||
$(SILENTCMD)elf2rpl $*.strip.elf $@ $(ERROR_FILTER)
|
||||
@rm $*.strip.elf
|
||||
$(SILENTCMD)elf2rpl $< $@ $(ERROR_FILTER)
|
||||
@echo built ... $(notdir $@)
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
%.rpl: %.elf
|
||||
@cp $< $*.strip.elf
|
||||
$(SILENTCMD)$(STRIP) -g $*.strip.elf $(ERROR_FILTER)
|
||||
$(SILENTCMD)elf2rpl --rpl $*.strip.elf $@ $(ERROR_FILTER)
|
||||
@rm $*.strip.elf
|
||||
$(SILENTCMD)elf2rpl --rpl $< $@ $(ERROR_FILTER)
|
||||
@echo built ... $(notdir $@)
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user