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.