diff options
author | Anthony Green <green@moxielogic.com> | 2019-12-18 14:55:35 -0500 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2019-12-18 14:55:35 -0500 |
commit | 4b4477b52eee60ddadd59c36ffd778bbd9ab1c07 (patch) | |
tree | ff6b0813a0a250adf92d5f11c7be65bcbe7798ca /ld/emulparams | |
parent | 27e4fac77ea57b288ac1e08d936d9a8fdc01a1ee (diff) | |
download | binutils-4b4477b52eee60ddadd59c36ffd778bbd9ab1c07.zip binutils-4b4477b52eee60ddadd59c36ffd778bbd9ab1c07.tar.gz binutils-4b4477b52eee60ddadd59c36ffd778bbd9ab1c07.tar.bz2 |
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-*-*.
Diffstat (limited to 'ld/emulparams')
-rw-r--r-- | ld/emulparams/elf32moxie.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/emulparams/elf32moxie.sh b/ld/emulparams/elf32moxie.sh index cfa261d..5ce3819 100644 --- a/ld/emulparams/elf32moxie.sh +++ b/ld/emulparams/elf32moxie.sh @@ -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" |