Attempting to emerge chromium-5.0.307.9 on an EeePC 701 with kernel 2.6.31 fails to compile, describing the following line of code as the problem: emake -r V=1 chrome chrome_sandbox BUILDTYPE=Release rootdir="${S}" CC=$(tc-getCC) CXX=$(tc-getCXX) AR=$(tc-getAR) RANLIB=$(tc-getRANLIB) || die "comp$ Reproducible: Didn't try Steps to Reproduce: 1.emerge chromium-5.0.307.9 Have yet to attempt to reproduce (most likely won't for a very long time for lack of time) Actual Results: Compilation fails Expected Results: Compilation should have succeeded Outputs of emerge --info www-client/chromium-5.0.307.9, emerge -pvq =www-client/chromium-5.0.307.9, and the end of the build log are at the referred to URL and in attachment.
Created attachment 221043 [details] Log output and such
First suspect seem to be your cflags. Try -march=pentium-m instead of i686.