First stab at bmake glue for binutils 2.15.
authorJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Mon, 20 Dec 2004 13:14:45 +0000 (13:14 +0000)
committerJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Mon, 20 Dec 2004 13:14:45 +0000 (13:14 +0000)
commitc34838be3d760260dcad64eb07f7479ec26f4a85
treef91eb2f09d5f7e3e3fd1d2ed06249db7220a8fe1
parent2e7cfdc97ea489511c294974782f67a1329dd29a
First stab at bmake glue for binutils 2.15.
Based on the 2.14 work.
66 files changed:
gnu/usr.bin/binutils215/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/binutils215/Makefile.inc0 [new file with mode: 0644]
gnu/usr.bin/binutils215/addr2line/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/ar/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/as/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/as/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/binutils215/as/Makefile.inc0 [new file with mode: 0644]
gnu/usr.bin/binutils215/as/amd64-dragonfly/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/as/amd64-dragonfly/itbl-cpu.h [new file with mode: 0644]
gnu/usr.bin/binutils215/as/amd64-dragonfly/obj-format.h [new file with mode: 0644]
gnu/usr.bin/binutils215/as/amd64-dragonfly/targ-cpu.h [new file with mode: 0644]
gnu/usr.bin/binutils215/as/amd64-dragonfly/targ-env.h [new file with mode: 0644]
gnu/usr.bin/binutils215/as/config.h [new file with mode: 0644]
gnu/usr.bin/binutils215/as/i386-dragonfly/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/as/i386-dragonfly/obj-format.h [new file with mode: 0644]
gnu/usr.bin/binutils215/as/i386-dragonfly/targ-cpu.h [new file with mode: 0644]
gnu/usr.bin/binutils215/as/i386-dragonfly/targ-env.h [new file with mode: 0644]
gnu/usr.bin/binutils215/doc/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/doc/asconfig.texi [new file with mode: 0644]
gnu/usr.bin/binutils215/doc/inc-hist.diff [new file with mode: 0644]
gnu/usr.bin/binutils215/gdb/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/gdb/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils215/gdb/config.h [new file with mode: 0644]
gnu/usr.bin/binutils215/gdb/freebsd-uthread.c [new file with mode: 0644]
gnu/usr.bin/binutils215/gdb/gdb.1 [new file with mode: 0644]
gnu/usr.bin/binutils215/gdb/i386/freebsd-nat.c [new file with mode: 0644]
gnu/usr.bin/binutils215/gdb/i386/kvm-fbsd.c [new file with mode: 0644]
gnu/usr.bin/binutils215/gdb/i386/nm.h [new file with mode: 0644]
gnu/usr.bin/binutils215/gdb/i386/tm.h [new file with mode: 0644]
gnu/usr.bin/binutils215/gdb/i386/version.c [new file with mode: 0644]
gnu/usr.bin/binutils215/gdb/i386/xm.h [new file with mode: 0644]
gnu/usr.bin/binutils215/gdb/wait.h [new file with mode: 0644]
gnu/usr.bin/binutils215/gdbreplay/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/gdbserver/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/gdbserver/low-fbsd.c [new file with mode: 0644]
gnu/usr.bin/binutils215/ld/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/ld/Makefile.amd64 [new file with mode: 0644]
gnu/usr.bin/binutils215/ld/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils215/ld/config.h [new file with mode: 0644]
gnu/usr.bin/binutils215/ld/patches/elf32.em.patch [new file with mode: 0644]
gnu/usr.bin/binutils215/ld/patches/genscripts.sh.patch [new file with mode: 0644]
gnu/usr.bin/binutils215/libbfd/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/libbfd/Makefile.amd64 [new file with mode: 0644]
gnu/usr.bin/binutils215/libbfd/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils215/libbfd/config.h.template [new file with mode: 0644]
gnu/usr.bin/binutils215/libbfd/dfly_targmatch.h [new file with mode: 0644]
gnu/usr.bin/binutils215/libbfd/elf-fbsd-brand.c [new file with mode: 0644]
gnu/usr.bin/binutils215/libbinutils/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/libbinutils/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils215/libbinutils/config.h [new file with mode: 0644]
gnu/usr.bin/binutils215/libiberty/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/libiberty/alloca-conf.h [new file with mode: 0644]
gnu/usr.bin/binutils215/libiberty/config.h [new file with mode: 0644]
gnu/usr.bin/binutils215/libopcodes/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/libopcodes/Makefile.amd64 [new file with mode: 0644]
gnu/usr.bin/binutils215/libopcodes/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils215/libopcodes/config.h [new file with mode: 0644]
gnu/usr.bin/binutils215/nm/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/objcopy/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/objdump/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/ranlib/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/readelf/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/size/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/strings/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils215/strip/Makefile [new file with mode: 0644]