Comment 11 for bug 336468

Revision history for this message
In , Gstein-c (gstein-c) wrote :

Final post, I swear.

commenting out
tc-export BUILD_CC

at the beginning of src_compile() in the ebuild fixes everything for me

BUILD_CC sets the HOSTCC while CC just defaults to gcc. if you take that line out, HOSTCC defaults to gcc also.

this might break cross compile, not sure exactly what that is used for.

gary