mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update the BFD and binutils version defines.
This commit is contained in:
parent
c9a933bd0b
commit
bd9ba01aba
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue