2019-12-18 Anthony Green <green@moxielogic.com>
* emulparams/elf32moxie.sh (TEMPLATE_NAME): Switch to elf template to enable --build-id. * configure.tgt: Don't define targ_extra_ofiles for moxie-*-*.
This commit is contained in:
parent
27e4fac77e
commit
4b4477b52e
@ -1,3 +1,9 @@
|
||||
2019-12-18 Anthony Green <green@moxielogic.com>
|
||||
|
||||
* emulparams/elf32moxie.sh (TEMPLATE_NAME): Switch to elf template
|
||||
to enable --build-id.
|
||||
* configure.tgt: Don't define targ_extra_ofiles for moxie-*-*.
|
||||
|
||||
2019-12-18 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* pe-dll.c (pe_get32, pe_as32): Avoid signed overflow.
|
||||
|
@ -591,7 +591,6 @@ moxie-*-moxiebox*) targ_emul=moxiebox
|
||||
targ_extra_ofiles=ldelfgen.o
|
||||
;;
|
||||
moxie-*-*) targ_emul=elf32moxie
|
||||
targ_extra_ofiles=ldelfgen.o
|
||||
;;
|
||||
msp430-*-*) targ_emul=msp430elf
|
||||
targ_extra_emuls="msp430X"
|
||||
|
@ -1,6 +1,5 @@
|
||||
SCRIPT_NAME=elf
|
||||
TEMPLATE_NAME=generic
|
||||
EXTRA_EM_FILE=genelf
|
||||
TEMPLATE_NAME=elf
|
||||
OUTPUT_FORMAT="elf32-bigmoxie"
|
||||
BIG_OUTPUT_FORMAT="elf32-bigmoxie"
|
||||
LITTLE_OUTPUT_FORMAT="elf32-littlemoxie"
|
||||
|
Loading…
x
Reference in New Issue
Block a user