Update the BFD and binutils version defines.

This commit is contained in:
Dimitry Andric 2010-10-19 20:17:17 +00:00
parent c9a933bd0b
commit bd9ba01aba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/binutils-2.17/; revision=214075
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# use the normal "Makefile.inc" mechanism, because we need some of these
# definitions before the sub-Makefile is processed.
VERSION= "2.15 [FreeBSD] 2004-05-23"
VERSION= "2.15 [FreeBSD] 2005-06-08"
TARGET_ARCH?= ${MACHINE_ARCH}
.if ${TARGET_ARCH} == "amd64"

View File

@ -52,7 +52,7 @@ CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR}
# XXX:DEO should grab BFD_VERSION_DATE from ${VERSION}...
bfdver.h: Makefile
echo '#define BFD_VERSION 215000000' > ${.TARGET}
echo '#define BFD_VERSION_DATE 20040517' >> ${.TARGET}
echo '#define BFD_VERSION_DATE 20050317' >> ${.TARGET}
echo '#define BFD_VERSION_STRING ${VERSION}' >> ${.TARGET}
targmatch.h: targmatch.sed config.bfd