Update the BFD and binutils version defines.
This commit is contained in:
parent
c9a933bd0b
commit
bd9ba01aba
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user