This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/10927] libgcc references libc files in cross-compiler on linux-gnu


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]