Add build infrastructure for binutils-2.17.
authorSimon Schubert <corecode@dragonflybsd.org>
Fri, 13 Apr 2007 12:24:33 +0000 (12:24 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Fri, 13 Apr 2007 12:24:33 +0000 (12:24 +0000)
commita968ac75947ec40d3727971d0a45659c0f0bca58
tree1e9fac06c116fee81b6ca60027e69b19c4bb94b6
parente96f55de9c053d11dd80a1090c8924743713559d
Add build infrastructure for binutils-2.17.
47 files changed:
gnu/usr.bin/binutils217/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils217/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/binutils217/Makefile.inc0 [new file with mode: 0644]
gnu/usr.bin/binutils217/addr2line/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils217/ar/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils217/as/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils217/as/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/binutils217/as/Makefile.inc0 [new file with mode: 0644]
gnu/usr.bin/binutils217/as/amd64-dragonfly/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils217/as/amd64-dragonfly/itbl-cpu.h [new file with mode: 0644]
gnu/usr.bin/binutils217/as/amd64-dragonfly/obj-format.h [new file with mode: 0644]
gnu/usr.bin/binutils217/as/amd64-dragonfly/targ-cpu.h [new file with mode: 0644]
gnu/usr.bin/binutils217/as/amd64-dragonfly/targ-env.h [new file with mode: 0644]
gnu/usr.bin/binutils217/as/config.h [new file with mode: 0644]
gnu/usr.bin/binutils217/as/i386-dragonfly/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils217/as/i386-dragonfly/obj-format.h [new file with mode: 0644]
gnu/usr.bin/binutils217/as/i386-dragonfly/targ-cpu.h [new file with mode: 0644]
gnu/usr.bin/binutils217/as/i386-dragonfly/targ-env.h [new file with mode: 0644]
gnu/usr.bin/binutils217/doc/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils217/doc/asconfig.texi [new file with mode: 0644]
gnu/usr.bin/binutils217/doc/inc-hist.diff [new file with mode: 0644]
gnu/usr.bin/binutils217/ld/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils217/ld/Makefile.amd64 [new file with mode: 0644]
gnu/usr.bin/binutils217/ld/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils217/ld/config.h [new file with mode: 0644]
gnu/usr.bin/binutils217/libbfd/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils217/libbfd/Makefile.amd64 [new file with mode: 0644]
gnu/usr.bin/binutils217/libbfd/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils217/libbfd/config.h [new file with mode: 0644]
gnu/usr.bin/binutils217/libbinutils/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils217/libbinutils/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils217/libbinutils/config.h [new file with mode: 0644]
gnu/usr.bin/binutils217/libiberty/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils217/libiberty/alloca-conf.h [new file with mode: 0644]
gnu/usr.bin/binutils217/libiberty/config.h [new file with mode: 0644]
gnu/usr.bin/binutils217/libopcodes/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils217/libopcodes/Makefile.amd64 [new file with mode: 0644]
gnu/usr.bin/binutils217/libopcodes/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils217/libopcodes/config.h [new file with mode: 0644]
gnu/usr.bin/binutils217/nm/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils217/objcopy/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils217/objdump/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils217/ranlib/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils217/readelf/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils217/size/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils217/strings/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils217/strip/Makefile [new file with mode: 0644]