Add -nocodepadding to cxis as it ought to be

This commit is contained in:
TuxSH 2019-03-15 19:14:47 +01:00
parent b92406afe2
commit 6199f598e5
4 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)