Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: new install
Date: Thu, 03 Sep 2009 18:25:25
Message-Id: loom.20090904T012410-17@post.gmane.org
In Reply to: [gentoo-user] new install by James
1 James <wireless <at> tampabay.rr.com> writes:
2
3
4 > stage3-i686-20090901.tar.bz2
5
6 Well I found the doc:
7 http://en.gentoo-wiki.com/wiki/Safe_Cflags/Intel
8
9 so here are my answers to my questions:
10
11
12 CHOST="i686-pc-linux-gnu"
13 CFLAGS="-march=pentium3 -Os -pipe -fomit-frame-pointer"
14 CXXFLAGS="${CFLAGS}"
15
16 Where -O2 is change to -Os to keep binaries small.
17
18 > USE="-* -nls hardened ncurses ssl crypt berkdb tcpd pam perl pcre \
19 > python readline zlib bzip2 nptl nptlonly syslog"
20
21 Adding these entris to the USE flags: mmx sse
22
23
24 Any other suggestions or comments are most welcome.
25
26
27 James

Replies

Subject Author
Re: [gentoo-user] Re: new install Mick <michaelkintzios@×××××.com>