gcc and libbackend.a

Segher Boessenkool segher@kernel.crashing.org
Wed Jul 21 14:09:00 GMT 2010


> So in building xgcc it is not using libbackend.a library.

The "gcc" ("xgcc" during build, will be renamed on install) binary
is not the compiler, but the compiler driver.  The actual compiler
is "cc1" (or "cc1plus" for C++, etc.)


Segher



More information about the Gcc-help mailing list