Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/dist/ld/emulparams Fix TEMPLATE_NAME ...



details:   https://anonhg.NetBSD.org/src/rev/8be50f7345e6
branches:  trunk
changeset: 930594:8be50f7345e6
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Apr 09 11:10:07 2020 +0000

description:
Fix TEMPLATE_NAME for new binutils

diffstat:

 external/gpl3/binutils/dist/ld/emulparams/aarch64nbsd.sh |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 8866a1fb583d -r 8be50f7345e6 external/gpl3/binutils/dist/ld/emulparams/aarch64nbsd.sh
--- a/external/gpl3/binutils/dist/ld/emulparams/aarch64nbsd.sh  Thu Apr 09 10:57:02 2020 +0000
+++ b/external/gpl3/binutils/dist/ld/emulparams/aarch64nbsd.sh  Thu Apr 09 11:10:07 2020 +0000
@@ -9,7 +9,7 @@
 LITTLE_OUTPUT_FORMAT="elf64-littleaarch64"
 NO_REL_RELOCS=yes
 
-TEMPLATE_NAME=elf32
+TEMPLATE_NAME=elf
 EXTRA_EM_FILE=aarch64elf
 
 GENERATE_SHLIB_SCRIPT=yes



Home | Main Index | Thread Index | Old Index