summaryrefslogtreecommitdiff
path: root/ld/emulparams
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-12-18 14:55:35 -0500
committerAnthony Green <green@moxielogic.com>2019-12-18 14:55:35 -0500
commit4b4477b52eee60ddadd59c36ffd778bbd9ab1c07 (patch)
treeff6b0813a0a250adf92d5f11c7be65bcbe7798ca /ld/emulparams
parent27e4fac77ea57b288ac1e08d936d9a8fdc01a1ee (diff)
downloadbinutils-gdb-4b4477b52eee60ddadd59c36ffd778bbd9ab1c07.tar.gz
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.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/emulparams/elf32moxie.sh b/ld/emulparams/elf32moxie.sh
index cfa261dab21..5ce3819f0c2 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"