Add -nocodepadding to cxis as it ought to be
This commit is contained in:
parent
b92406afe2
commit
6199f598e5
@ -120,7 +120,7 @@ DEPENDS := $(OFILES:.o=.d)
|
|||||||
all : $(OUTPUT).cxi
|
all : $(OUTPUT).cxi
|
||||||
|
|
||||||
$(OUTPUT).cxi : $(OUTPUT).elf $(OUTPUT).rsf
|
$(OUTPUT).cxi : $(OUTPUT).elf $(OUTPUT).rsf
|
||||||
@makerom -f ncch -rsf $(word 2,$^) -o $@ -elf $<
|
@makerom -f ncch -rsf $(word 2,$^) -nocodepadding -o $@ -elf $<
|
||||||
@echo built ... $(notdir $@)
|
@echo built ... $(notdir $@)
|
||||||
|
|
||||||
$(OUTPUT).elf : $(OFILES)
|
$(OUTPUT).elf : $(OFILES)
|
||||||
|
@ -120,7 +120,7 @@ DEPENDS := $(OFILES:.o=.d)
|
|||||||
all : $(OUTPUT).cxi
|
all : $(OUTPUT).cxi
|
||||||
|
|
||||||
$(OUTPUT).cxi : $(OUTPUT).elf $(OUTPUT).rsf
|
$(OUTPUT).cxi : $(OUTPUT).elf $(OUTPUT).rsf
|
||||||
@makerom -f ncch -rsf $(word 2,$^) -o $@ -elf $<
|
@makerom -f ncch -rsf $(word 2,$^) -nocodepadding -o $@ -elf $<
|
||||||
@echo built ... $(notdir $@)
|
@echo built ... $(notdir $@)
|
||||||
|
|
||||||
$(OUTPUT).elf : $(OFILES)
|
$(OUTPUT).elf : $(OFILES)
|
||||||
|
@ -120,7 +120,7 @@ DEPENDS := $(OFILES:.o=.d)
|
|||||||
all : $(OUTPUT).cxi
|
all : $(OUTPUT).cxi
|
||||||
|
|
||||||
$(OUTPUT).cxi : $(OUTPUT).elf $(OUTPUT).rsf
|
$(OUTPUT).cxi : $(OUTPUT).elf $(OUTPUT).rsf
|
||||||
@makerom -f ncch -rsf $(word 2,$^) -o $@ -elf $<
|
@makerom -f ncch -rsf $(word 2,$^) -nocodepadding -o $@ -elf $<
|
||||||
@echo built ... $(notdir $@)
|
@echo built ... $(notdir $@)
|
||||||
|
|
||||||
$(OUTPUT).elf : $(OFILES)
|
$(OUTPUT).elf : $(OFILES)
|
||||||
|
@ -120,7 +120,7 @@ DEPENDS := $(OFILES:.o=.d)
|
|||||||
all : $(OUTPUT).cxi
|
all : $(OUTPUT).cxi
|
||||||
|
|
||||||
$(OUTPUT).cxi : $(OUTPUT).elf $(OUTPUT).rsf
|
$(OUTPUT).cxi : $(OUTPUT).elf $(OUTPUT).rsf
|
||||||
@makerom -f ncch -rsf $(word 2,$^) -o $@ -elf $<
|
@makerom -f ncch -rsf $(word 2,$^) -nocodepadding -o $@ -elf $<
|
||||||
@echo built ... $(notdir $@)
|
@echo built ... $(notdir $@)
|
||||||
|
|
||||||
$(OUTPUT).elf : $(OFILES)
|
$(OUTPUT).elf : $(OFILES)
|
||||||
|
Reference in New Issue
Block a user