freebsd-dev/gnu/usr.bin/binutils/libiberty
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
..
config.h Upgrade to Binutils 2.11.0. 2001-05-28 09:19:47 +00:00
Makefile Rev 1.10 bogusly tested the kernel version, not the libc version. 2001-09-14 23:07:02 +00:00