Miro Kropáček wrote:
Did you check the size or it's just a question/assumption from this email?
I checked the size of libgcc.a, etc.They are target libraries, theoretically they should be strictly identical between native and cross builds.
The right variable to override is CFLAGS_FOR_TARGET, for cross builds and probably native builds, too. These flags will be passed to all the code built with the new xgcc. It is easy to see exactly which flags are used when the libraries are being compiled.
-- Vincent Rivière