summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/ld
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2010-10-21 20:33:09 +0000
committerDimitry Andric <dim@FreeBSD.org>2010-10-21 20:33:09 +0000
commita477c4b7f8ec0362ec02c777c54d23c66fe05539 (patch)
tree095ab1b7c7c582e6aa74d7877001c16c8c423f37 /gnu/usr.bin/binutils/ld
parentd9eabf4616704ffe133f8b3e1137c4d81e7a91bb (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/ld')
-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 a08b0f5fe22d..77c5d2d949e6 100644
--- a/gnu/usr.bin/binutils/ld/Makefile
+++ b/gnu/usr.bin/binutils/ld/Makefile
@@ -44,7 +44,7 @@ CLEANFILES+= ldemul-list.h stringify.sed
HOST= ${TARGET_TUPLE}
LIBSERACHPATH= \"${TOOLS_PREFIX}/lib\":\"${TOOLS_PREFIX}/usr/lib\"
-ELF_SCR_EXT= x xbn xn xr xs xu xc xsc xd xdc
+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