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
3 changed files with 7 additions and 3 deletions
|
@ -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>
|
2019-12-18 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* pe-dll.c (pe_get32, pe_as32): Avoid signed overflow.
|
* pe-dll.c (pe_get32, pe_as32): Avoid signed overflow.
|
||||||
|
|
|
@ -591,7 +591,6 @@ moxie-*-moxiebox*) targ_emul=moxiebox
|
||||||
targ_extra_ofiles=ldelfgen.o
|
targ_extra_ofiles=ldelfgen.o
|
||||||
;;
|
;;
|
||||||
moxie-*-*) targ_emul=elf32moxie
|
moxie-*-*) targ_emul=elf32moxie
|
||||||
targ_extra_ofiles=ldelfgen.o
|
|
||||||
;;
|
;;
|
||||||
msp430-*-*) targ_emul=msp430elf
|
msp430-*-*) targ_emul=msp430elf
|
||||||
targ_extra_emuls="msp430X"
|
targ_extra_emuls="msp430X"
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
SCRIPT_NAME=elf
|
SCRIPT_NAME=elf
|
||||||
TEMPLATE_NAME=generic
|
TEMPLATE_NAME=elf
|
||||||
EXTRA_EM_FILE=genelf
|
|
||||||
OUTPUT_FORMAT="elf32-bigmoxie"
|
OUTPUT_FORMAT="elf32-bigmoxie"
|
||||||
BIG_OUTPUT_FORMAT="elf32-bigmoxie"
|
BIG_OUTPUT_FORMAT="elf32-bigmoxie"
|
||||||
LITTLE_OUTPUT_FORMAT="elf32-littlemoxie"
|
LITTLE_OUTPUT_FORMAT="elf32-littlemoxie"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue