Add new upstream file, and update TARGET definition.

This commit is contained in:
Dimitry Andric 2010-10-21 20:21:36 +00:00
parent 8114428ba2
commit bebf802419
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/binutils-2.17/; revision=214173

View File

@ -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