This is the mail archive of the gcc-help@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]

Building against another glibc


I would like to to build gcc with a glibc other than the used by the build
system and compiler.  The resulting compiler is installed to a host that has
the glibc I am building against and everything else (binutils) in the regular
/usr/.

What is the easiest way to do that?  Andrew Pinski suggested a Canadian Cross
(http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56802), but this sounds incredibly
fragile.  Is there an easier way?

I do not care about bootstrapping at this point.


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