diff options
| author | camthesaxman <cameronghall@cox.net> | 2017-07-28 19:26:59 -0500 |
|---|---|---|
| committer | camthesaxman <cameronghall@cox.net> | 2017-07-28 19:26:59 -0500 |
| commit | b89f1431f8231528a7320f4fded15e9d5a89a3aa (patch) | |
| tree | 30e6fb3cccf3ecc49d16dab1260308a82385ced5 /Makefile | |
| parent | e0dd5ef9a7bebe68ed36ded1cd92aa04411643e3 (diff) | |
stop optimizing literal pool loads
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -112,13 +112,13 @@ $(DATA_ASM_OBJS): %.o: %.s $$(asm_dep) $(PREPROC) $< charmap.txt | $(AS) $(ASFLAGS) -o $@ sym_bss.ld: sym_bss.txt - $(RAMSCRGEN) .bss sym_bss.txt >$@ + $(RAMSCRGEN) .bss sym_bss.txt ENGLISH >$@ sym_common.ld: sym_common.txt $(C_OBJS) $(wildcard common_syms/*.txt) - $(RAMSCRGEN) COMMON sym_common.txt -c src,common_syms >$@ + $(RAMSCRGEN) COMMON sym_common.txt ENGLISH -c src,common_syms >$@ sym_ewram.ld: sym_ewram.txt - $(RAMSCRGEN) ewram_data sym_ewram.txt >$@ + $(RAMSCRGEN) ewram_data sym_ewram.txt ENGLISH >$@ ld_script.ld: ld_script.txt sym_bss.ld sym_common.ld sym_ewram.ld sed -f ld_script.sed ld_script.txt >ld_script.ld |
