[Bug bootstrap/10927] libgcc references libc files in cross-compiler on linux-gnu
dank at kegel dot com
gcc-bugzilla@gcc.gnu.org
Thu Aug 21 12:50:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10927
dank at kegel dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank at kegel dot com
------- Additional Comments From dank at kegel dot com 2003-08-21 12:50 -------
You really do need --without-headers to prevent libgcc from referencing libc,
so this bug is invalid. That is, it would be if --without-headers worked.
See bug 8180. --without headers should work as of gcc-3.4 cvs
yesterday. For gcc-3.3, --without-headers is broken, but people
work around that by giving --with-newlib when configuring to
build libgcc, even if they intend to use glibc instead of newlib.
See http://kegel.com/crosstool and look at how I configure gcc the first time.
More information about the Gcc-bugs
mailing list