On 2 Feb 2009, at 04:32, Grant wrote:
I'm installing Gentoo on an Acer Aspire 110. It's one of the "netbook" laptops. /etc/make.conf says: CHOST="i486-pc-linux-gnu" Is that correct?
This thread has gotten confusing. If you mean the Acer Aspire One netbook (of which the A110 is a sub-model) then it uses an Intel Atom N270 processor.
http://en.wikipedia.org/wiki/Aspire_One It appears to be i686 & Gentoo wiki alleges the safe CFLAGS thusly: CHOST="i686-pc-linux-gnu" CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" http://en.gentoo-wiki.com/wiki/Safe_Cflags/Intel#Atom_N270 (This took me 2 minutes on Google). Stroller.