summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-09-25 20:21:45 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-09-25 20:21:45 +0000
commit2d640e94410595ee601c8d889402f9cfe8d67b5f (patch)
treecc7b6c630476473b0f3081361ddbf380cea7f2b0
parent666e15d04aea7fefe2c68395b4780868eae07898 (diff)
downloadFreeBSD-src-2d640e94410595ee601c8d889402f9cfe8d67b5f.zip
FreeBSD-src-2d640e94410595ee601c8d889402f9cfe8d67b5f.tar.gz
Fix emulation ldscripts not being installed since r131832.
For example, 32bit scripts on 64bit host. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
-rw-r--r--gnu/usr.bin/binutils/ld/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile
index 77d89a2..05a9f3c 100644
--- a/gnu/usr.bin/binutils/ld/Makefile
+++ b/gnu/usr.bin/binutils/ld/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+ELF_SCR_EXT= x xbn xc xd xdc xdw xn xr xs xsc xsw xu xw
.include "../Makefile.inc0"
.include <src.opts.mk>
@@ -50,7 +51,6 @@ FILESDIR= ${SCRIPTDIR}
HOST= ${TARGET_TUPLE}
LIBSEARCHPATH= \"${TOOLS_PREFIX}/lib\":\"${TOOLS_PREFIX}/usr/lib\"
-ELF_SCR_EXT= x xbn xc xd xdc xdw xn xr xs xsc xsw xu xw
.for ext in ${ELF_SCR_EXT}
LDSCRIPTS+= ${NATIVE_EMULATION}.${ext}
.endfor
OpenPOWER on IntegriCloud