Merge remote-tracking branch 'origin/vendor/LIBEDIT'
[dragonfly.git] / contrib / binutils-2.27 / README.DRAGONFLY
1 GNU BINUTILS
2 ============
3 Original source can be downloaded from:
4 http://ftp.gnu.org/gnu/binutils
5
6 file = binutils-2.27.tar.bz2
7 date = 3 August 2016
8 size = 26099568
9 sha1 = 6e472ddae565a2b1447e6f2393809bb8799982cf
10
11 A list of files and directories removed is in README.DELETED
12
13 Local 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
22 Configured 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)