> 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
> 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