mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-04 19:44:16 +01:00
wut_rules: rpx/rpl: use unstripped ELF directly
This commit is contained in:
parent
2ae085d528
commit
7c67d8baa3
@ -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 $@)
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user