binutils234: Add build makefiles.
authorzrj <rimvydas.jasinskas@gmail.com>
Mon, 3 Feb 2020 09:20:45 +0000 (11:20 +0200)
committerzrj <zrj@dragonflybsd.org>
Sat, 15 Feb 2020 16:19:36 +0000 (18:19 +0200)
commit99d38c703099701955c5b1808096ed712af780e9
tree2f5e22f8858d4e5e506e6556e9e13ec0cee5d08a
parenta72d4fb11b2b988dc5145de33d627d77bb17732b
binutils234: Add build makefiles.
33 files changed:
gnu/usr.bin/binutils234/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/Makefile.inc1 [new file with mode: 0644]
gnu/usr.bin/binutils234/Makefile.zhack [new file with mode: 0644]
gnu/usr.bin/binutils234/block1/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block1/Makefile.block1 [new file with mode: 0644]
gnu/usr.bin/binutils234/block1/bulibs/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block1/libbfd/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block1/libctf/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block1/libiberty/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block1/libopcodes/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block2/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block2/Makefile.block2 [new file with mode: 0644]
gnu/usr.bin/binutils234/block2/addr2line/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block2/ar/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block2/cxxfilt/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block2/elfedit/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block2/gas/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block2/gas/x86_64-dragonfly/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block2/gprof/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block2/ld/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block2/ld/Makefile.x86_64 [new file with mode: 0644]
gnu/usr.bin/binutils234/block2/libgold/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block2/nm/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block2/objcopy/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block2/objdump/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block2/ranlib/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block2/readelf/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block2/size/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block2/strings/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block2/strip/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block3/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils234/block3/Makefile.gld [new file with mode: 0644]
gnu/usr.bin/binutils234/block3/gold-linker/Makefile [new file with mode: 0644]