summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/libbfd/Makefile
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-02-18 20:54:12 +0000
committerdim <dim@FreeBSD.org>2011-02-18 20:54:12 +0000
commit58abb279f50d5ad9fbad30a39da04296664ec6cb (patch)
tree50e46c29de9d928e0d098104d28f1c1e0e628384 /gnu/usr.bin/binutils/libbfd/Makefile
parente1012e9afb73b834c089b15373d264e45a7b03f0 (diff)
parenta3786f65f1e2fa3a4e925fdb4b2b5544b9021bf9 (diff)
downloadFreeBSD-src-58abb279f50d5ad9fbad30a39da04296664ec6cb.zip
FreeBSD-src-58abb279f50d5ad9fbad30a39da04296664ec6cb.tar.gz
Merge binutils 2.17.50 to head. This brings a number of improvements to
x86 CPU support, better support for powerpc64, some new directives, and many other things. Bump __FreeBSD_version, and add a note to UPDATING. Thanks to the many people that have helped to test this. Obtained from: projects/binutils-2.17
Diffstat (limited to 'gnu/usr.bin/binutils/libbfd/Makefile')
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile49
1 files changed, 41 insertions, 8 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile b/gnu/usr.bin/binutils/libbfd/Makefile
index 3bd512c..1493ccf 100644
--- a/gnu/usr.bin/binutils/libbfd/Makefile
+++ b/gnu/usr.bin/binutils/libbfd/Makefile
@@ -5,12 +5,43 @@
.PATH: ${SRCDIR}/bfd ${SRCDIR}/opcodes
LIB= bfd
-SRCS+= archive.c archive64.c archures.c bfd.c bfdwin.c binary.c cache.c \
- coffgen.c corefile.c elf.c elf-eh-frame.c elf-strtab.c format.c \
- hash.c ihex.c init.c libbfd.c linker.c merge.c opncls.c reloc.c \
- section.c srec.c stab-syms.c stabs.c syms.c targets.c tekhex.c \
- targmatch.h dwarf1.c dwarf2.c config.h bfdver.h bfdio.c simple.c
-WARNS?= 0
+SRCS+= archive.c \
+ archive64.c \
+ archures.c \
+ bfd.c \
+ bfdio.c \
+ bfdver.h \
+ bfdwin.c \
+ binary.c \
+ cache.c \
+ coffgen.c \
+ config.h \
+ corefile.c \
+ dwarf1.c \
+ dwarf2.c \
+ elf-attrs.c \
+ elf-eh-frame.c \
+ elf-strtab.c \
+ elf-vxworks.c \
+ elf.c \
+ format.c \
+ hash.c \
+ ihex.c \
+ init.c \
+ libbfd.c \
+ linker.c \
+ merge.c \
+ opncls.c \
+ reloc.c \
+ section.c \
+ simple.c \
+ srec.c \
+ stab-syms.c \
+ stabs.c \
+ syms.c \
+ targets.c \
+ targmatch.h \
+ tekhex.c
.if (${TARGET_ARCH} == "ia64" || ${TARGET_ARCH} == "sparc64")
WARNS?= 2
.endif
@@ -46,12 +77,14 @@ SELVEC+= ,&${_v}
.endfor
CFLAGS+= -DSELECT_VECS="${SELVEC}"
CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR}
+CFLAGS+= -DDEBUGDIR="NULL"
# 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 217500000' > ${.TARGET}
+ echo '#define BFD_VERSION_DATE 20070703' >> ${.TARGET}
echo '#define BFD_VERSION_STRING ${VERSION}' >> ${.TARGET}
+ echo '#define REPORT_BUGS_TO "<http://www.freebsd.org/send-pr.html>"' >> ${.TARGET}
targmatch.h: targmatch.sed config.bfd
sed -f ${.ALLSRC:M*.sed} ${.ALLSRC:M*.bfd} > ${.TARGET}
OpenPOWER on IntegriCloud