Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2010 20:21:36 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r214173 - projects/binutils-2.17/gnu/usr.bin/binutils/libbinutils
Message-ID:  <201010212021.o9LKLa1V002943@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010212021.o9LKLa1V002943>