Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Bootstrap USE flags opinions?
Date: Wed, 12 Oct 2005 20:39:05
Message-Id: 434D70D4.3030901@asmallpond.org
In Reply to: Re: [gentoo-user] Bootstrap USE flags opinions? by Dave Nebinger
1 Dave Nebinger wrote:
2
3 >In /etc/make.conf you define your CFLAGS to match your cpu. In your case
4 >(which is just like mine) the following should suffice:
5 >
6 >CFLAGS="-O2 -march=pentium3 -pipe -mcpu=i686 -fomit-frame-pointer"
7 >CXXFLAGS="${CFLAGS}"
8 >
9 >
10 >
11
12 FYI, -mcpu is deprecated, and a synonym for -mtune, which is implied by
13 -march. So you can just take it out and get the same effect.
14
15 -Richard
16
17 --
18 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Bootstrap USE flags opinions? Billy Holmes <billy@××××××.net>