summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2010-10-21 20:21:36 +0000
committerdim <dim@FreeBSD.org>2010-10-21 20:21:36 +0000
commit5c7ebb5add1f17f97da3345e55abe0188fbcac75 (patch)
tree7d394ff3f860df4ea634620553e70af05b308629 /gnu
parente2965bd980e837f9bcf81c8fbdb110e6cabf8801 (diff)
downloadFreeBSD-src-5c7ebb5add1f17f97da3345e55abe0188fbcac75.zip
FreeBSD-src-5c7ebb5add1f17f97da3345e55abe0188fbcac75.tar.gz
Add new upstream file, and update TARGET definition.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/libbinutils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/libbinutils/Makefile b/gnu/usr.bin/binutils/libbinutils/Makefile
index faf87e6..3901def 100644
--- a/gnu/usr.bin/binutils/libbinutils/Makefile
+++ b/gnu/usr.bin/binutils/libbinutils/Makefile
@@ -12,6 +12,7 @@ SRCS+= arlex.l \
bucomm.c \
budemang.c \
debug.c \
+ dwarf.c \
emul_vanilla.c \
filemode.c \
ieee.c \
@@ -23,7 +24,7 @@ SRCS+= arlex.l \
version.c \
wrstabs.c
WARNS?= 0
-CFLAGS+= -DTARGET=\"${BINUTILS_ARCH}-obrien-freebsd\"
+CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\"
CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
CFLAGS+= -D_GNU_SOURCE
CFLAGS+= -I${SRCDIR}/binutils
OpenPOWER on IntegriCloud