binutils220: add our build infrastructure
authorSimon Schubert <corecode@dragonflybsd.org>
Wed, 28 Oct 2009 11:47:52 +0000 (12:47 +0100)
committerSimon Schubert <corecode@dragonflybsd.org>
Wed, 28 Oct 2009 11:47:53 +0000 (12:47 +0100)
commit2ef93bd879b10e0f88ce0cfe72dfccd0ffd62aa9
tree9de61465368673847489d919023aa1df5a615d0c
parent6034594f0309ae188708a94cdb0d3035b19102a0
binutils220: add our build infrastructure
47 files changed:
gnu/usr.bin/binutils220/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/Makefile.bu [new file with mode: 0644]
gnu/usr.bin/binutils220/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/binutils220/Makefile.inc0 [new file with mode: 0644]
gnu/usr.bin/binutils220/addr2line/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/ar/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/as/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/as/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/binutils220/as/Makefile.inc0 [new file with mode: 0644]
gnu/usr.bin/binutils220/as/amd64-dragonfly/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/as/amd64-dragonfly/itbl-cpu.h [new file with mode: 0644]
gnu/usr.bin/binutils220/as/amd64-dragonfly/obj-format.h [new file with mode: 0644]
gnu/usr.bin/binutils220/as/amd64-dragonfly/targ-cpu.h [new file with mode: 0644]
gnu/usr.bin/binutils220/as/amd64-dragonfly/targ-env.h [new file with mode: 0644]
gnu/usr.bin/binutils220/as/config.h [new file with mode: 0644]
gnu/usr.bin/binutils220/as/i386-dragonfly/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/as/i386-dragonfly/obj-format.h [new file with mode: 0644]
gnu/usr.bin/binutils220/as/i386-dragonfly/targ-cpu.h [new file with mode: 0644]
gnu/usr.bin/binutils220/as/i386-dragonfly/targ-env.h [new file with mode: 0644]
gnu/usr.bin/binutils220/doc/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/doc/asconfig.texi [new file with mode: 0644]
gnu/usr.bin/binutils220/ld/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/ld/Makefile.amd64 [new file with mode: 0644]
gnu/usr.bin/binutils220/ld/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils220/ld/config.h [new file with mode: 0644]
gnu/usr.bin/binutils220/libbfd/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/libbfd/Makefile.amd64 [new file with mode: 0644]
gnu/usr.bin/binutils220/libbfd/Makefile.host.amd64 [new file with mode: 0644]
gnu/usr.bin/binutils220/libbfd/Makefile.host.i386 [new file with mode: 0644]
gnu/usr.bin/binutils220/libbfd/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils220/libbfd/config.h [new file with mode: 0644]
gnu/usr.bin/binutils220/libbinutils/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/libbinutils/config.h [new file with mode: 0644]
gnu/usr.bin/binutils220/libiberty/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/libiberty/config.h [new file with mode: 0644]
gnu/usr.bin/binutils220/libopcodes/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/libopcodes/Makefile.amd64 [new file with mode: 0644]
gnu/usr.bin/binutils220/libopcodes/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils220/libopcodes/config.h [new file with mode: 0644]
gnu/usr.bin/binutils220/nm/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/objcopy/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/objdump/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/ranlib/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/readelf/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/size/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/strings/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/strip/Makefile [new file with mode: 0644]