svn commit: r214173 - projects/binutils-2.17/gnu/usr.bin/binutils/libbinutils

Dimitry Andric dim at FreeBSD.org
Thu Oct 21 20:21:36 UTC 2010


Author: dim
Date: Thu Oct 21 20:21:36 2010
New Revision: 214173
URL: http://svn.freebsd.org/changeset/base/214173

Log:
  Add new upstream file, and update TARGET definition.

Modified:
  projects/binutils-2.17/gnu/usr.bin/binutils/libbinutils/Makefile

Modified: projects/binutils-2.17/gnu/usr.bin/binutils/libbinutils/Makefile
==============================================================================
--- projects/binutils-2.17/gnu/usr.bin/binutils/libbinutils/Makefile	Thu Oct 21 20:20:33 2010	(r214172)
+++ projects/binutils-2.17/gnu/usr.bin/binutils/libbinutils/Makefile	Thu Oct 21 20:21:36 2010	(r214173)
@@ -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


More information about the svn-src-projects mailing list