1GNU BINUTILS
2============
3Original source can be downloaded from:
4http://ftp.gnu.org/gnu/binutils
5
6file = binutils-2.27.tar.bz2
7date = 3 August 2016
8size = 26099568
9sha1 = 6e472ddae565a2b1447e6f2393809bb8799982cf
10
11A list of files and directories removed is in README.DELETED
12
13Local modifications applied to following files:
14	bfd/config.bfd (x86_64_pei_vec)
15	bfd/bfdver.h (new)
16	bfd/elf64-x86-64.c (linker path)
17	bfd/plugin.c (plugin dir path)
18	bfd/sysdep.h (offsetof)
19	gold/x86_64.cc (linker path)
20	ld/ldlex.l (sysdep.h)
21
22Configured with:
23(export CFLAGS="-I/usr/local/include" && export LDFLAGS="-L/usr/local/lib" && \
24./configure --with-system-zlib  --with-gmp=/usr/local  --with-mpfr=/usr/local \
25--disable-werror  --with-lib-path=/lib:/usr/lib  \
26--enable-deterministic-archives --disable-nls \
27--enable-gold=default --enable-bfd --enable-plugins \
28--enable-targets="x86_64-pc-dragonfly" --prefix=/usr/local && gmake -j8)
29