opnsense-src/gnu/usr.bin/binutils
David E. O'Brien dd1cd2eb67 Rev 1.10 bogusly tested the kernel version, not the libc version.
The version of the kernel has no bearing on what is in libc.
We now search for basename in libc to determin if we need to include
the libiberty version in the build.

This is all still a bit bogus as it will (like the sysctl method) cause
basename.o to be linked into the cross-build as well as the host build.  It
would probably be better to test if we were doing the initial host build and
unconditionally include that.  Once we've generated the target libc we know
that basename is available.  (maybe test for $TOOLS_PREFIX or something).

Submitted by:	peter
2001-09-14 23:07:02 +00:00
..
addr2line Use ${dir}/libfoo.a' instead of -L${dir} -lfoo' for local static 2000-03-27 18:02:04 +00:00
ar Allow "NOSHARED" to be overridden. 2001-02-28 10:46:50 +00:00
as Upgrade to Binutils 2.11.0. 2001-06-01 05:30:31 +00:00
doc Fixed CLEANFILES. 2001-07-12 08:48:36 +00:00
gasp mdoc(7) police: normalize .Nd. 2001-04-18 15:54:10 +00:00
gdb Update this to compile on the Alpha. 2001-09-14 11:08:44 +00:00
gdb5 Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
gdbreplay $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
gdbreplay5 Temporary build structure for GDB 5.0 so people can test the new version 2001-03-25 02:20:37 +00:00
gdbserver Compensate for dethreaded headers. 2001-05-01 09:08:09 +00:00
gdbserver5 Temporary build structure for GDB 5.0 so people can test the new version 2001-03-25 02:20:37 +00:00
ld Minor style reformatting. 2001-06-01 05:31:02 +00:00
libbfd Upgrade to Binutils 2.11.2. 2001-06-29 07:49:41 +00:00
libbinutils Style fix. 2001-06-26 18:32:20 +00:00
libiberty Rev 1.10 bogusly tested the kernel version, not the libc version. 2001-09-14 23:07:02 +00:00
libopcodes Upgrade to Binutils 2.11.0. 2001-05-28 09:19:47 +00:00
nm Use ${dir}/libfoo.a' instead of -L${dir} -lfoo' for local static 2000-03-27 18:02:04 +00:00
objcopy Use ${dir}/libfoo.a' instead of -L${dir} -lfoo' for local static 2000-03-27 18:02:04 +00:00
objdump Pull the switch and activate our Binutils to a snapshot of the up and 2000-05-22 08:09:42 +00:00
ranlib Allow "NOSHARED" to be overridden. 2001-02-28 10:46:50 +00:00
readelf Hook up the manpage. 2001-07-29 07:21:39 +00:00
size Use ${dir}/libfoo.a' instead of -L${dir} -lfoo' for local static 2000-03-27 18:02:04 +00:00
strings Use ${dir}/libfoo.a' instead of -L${dir} -lfoo' for local static 2000-03-27 18:02:04 +00:00
strip Use ${dir}/libfoo.a' instead of -L${dir} -lfoo' for local static 2000-03-27 18:02:04 +00:00
Makefile Remove MIPS support. 2001-04-11 00:12:48 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
Makefile.inc0 Update the version string so I can identify this new variant. 2001-07-20 03:51:17 +00:00
update.sh Our OS name is "freebsd", not "freebsdelf". 2000-12-15 20:11:28 +00:00