Hello, I am building a cross compiler on Linux pc. Build process fine, till libgcc.a and then build use the "cc" instead of "gcc" for building. But after libgcc.a built, CC varibale is unset, and it use the "cc" as compiler to build the cross tools. Please advise, if I do any mistake during the configuration? NOTE: same configuration and make options were working earlier. Configure option: --disable-libssp --enable-languages=c,c++ --disable-nls Thank you very much for you suggestion Thanks Swami