summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/ld/Makefile.amd64
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-08-17 20:53:21 +0000
committerobrien <obrien@FreeBSD.org>2003-08-17 20:53:21 +0000
commit28d3a70cbac9d04df15c9dd1a8f2e1f97f262df3 (patch)
treef7cb7759ab7a8b726ee2af4db1e88ff7c332498d /gnu/usr.bin/binutils/ld/Makefile.amd64
parent7ee2cde61dea615c0eec7396d84f20d29bfef66e (diff)
downloadFreeBSD-src-28d3a70cbac9d04df15c9dd1a8f2e1f97f262df3.zip
FreeBSD-src-28d3a70cbac9d04df15c9dd1a8f2e1f97f262df3.tar.gz
s/x86_64/amd64/g where possible.
Diffstat (limited to 'gnu/usr.bin/binutils/ld/Makefile.amd64')
-rw-r--r--gnu/usr.bin/binutils/ld/Makefile.amd644
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile.amd64 b/gnu/usr.bin/binutils/ld/Makefile.amd64
index 8291a22..2555374 100644
--- a/gnu/usr.bin/binutils/ld/Makefile.amd64
+++ b/gnu/usr.bin/binutils/ld/Makefile.amd64
@@ -6,7 +6,7 @@ NATIVE_EMULATION= elf_x86_64_fbsd
HOST= ${TARGET_TUPLE}
CFLAGS+= -DDEFAULT_EMULATION=\"${NATIVE_EMULATION}\"
CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\"
-_x86_64_path= \"${TOOLS_PREFIX}/usr/lib\"
+_amd64_path= \"${TOOLS_PREFIX}/usr/lib\"
EMS+= ${NATIVE_EMULATION}
LDSCRIPTS+= ${NATIVE_EMULATION}.x ${NATIVE_EMULATION}.xbn ${NATIVE_EMULATION}.xn ${NATIVE_EMULATION}.xr \
${NATIVE_EMULATION}.xs ${NATIVE_EMULATION}.xu ${NATIVE_EMULATION}.xc ${NATIVE_EMULATION}.xsc
@@ -15,7 +15,7 @@ CLEANFILES+= e${NATIVE_EMULATION}.c
e${NATIVE_EMULATION}.c: emulparams/${NATIVE_EMULATION}.sh emultempl/elf32.em scripttempl/elf.sc \
genscripts.sh stringify.sed
- sh ${.CURDIR}/genscripts.sh ${SRCDIR}/ld ${_x86_64_path} \
+ sh ${.CURDIR}/genscripts.sh ${SRCDIR}/ld ${_amd64_path} \
${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
"${NATIVE_EMULATION}" "" ${NATIVE_EMULATION} "${TARGET_TUPLE}"
OpenPOWER on IntegriCloud