Gentoo Archives: gentoo-user

From: Stroller <stroller@××××××××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] CHOST="i486-pc-linux-gnu" ?
Date: Mon, 02 Feb 2009 07:08:15
Message-Id: 9407BBE9-0D72-4E5E-A210-572DD06128E2@stellar.eclipse.co.uk
In Reply to: [gentoo-user] CHOST="i486-pc-linux-gnu" ? by Grant
1 On 2 Feb 2009, at 04:32, Grant wrote:
2
3 > I'm installing Gentoo on an Acer Aspire 110. It's one of the
4 > "netbook" laptops. /etc/make.conf says:
5 >
6 > CHOST="i486-pc-linux-gnu"
7 >
8 > Is that correct?
9
10 This thread has gotten confusing. If you mean the Acer Aspire One
11 netbook (of which the A110 is a sub-model) then it uses an Intel Atom
12 N270 processor.
13
14 http://en.wikipedia.org/wiki/Aspire_One
15
16
17 It appears to be i686 & Gentoo wiki alleges the safe CFLAGS thusly:
18 CHOST="i686-pc-linux-gnu"
19 CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
20 CXXFLAGS="${CFLAGS}"
21
22 http://en.gentoo-wiki.com/wiki/Safe_Cflags/Intel#Atom_N270
23
24 (This took me 2 minutes on Google).
25
26 Stroller.