Date: Fri, 14 Sep 2001 16:07:02 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/libiberty Makefile Message-ID: <200109142307.f8EN73a28584@freefall.freebsd.org>
index | next in thread | raw e-mail
obrien 2001/09/14 16:07:02 PDT
Modified files:
gnu/usr.bin/binutils/libiberty Makefile
Log:
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
Revision Changes Path
1.11 +3 -10 src/gnu/usr.bin/binutils/libiberty/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109142307.f8EN73a28584>
