Gentoo Archives: gentoo-user

From: Andrew Gaydenko <a@××××××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] gcc-4.3.x and Core 2 Duo, safe way
Date: Mon, 09 Jun 2008 03:49:42
Message-Id: 200806090747.14130@goldspace.net
1 gcc-4.3.1 is umasked now. I'm on ~amd64 with Core 2 Duo CPU. Is it
2 sufficient just to set
3
4 CFLAGS="-O2 -march=core2 -mtune=core2 -pipe"
5
6 instead of
7
8 CFLAGS="-O2 -march=native -mtune=native -pipe"
9
10 which I have in make.conf now? Are there any other things to do?
11
12
13 Andrew
14 --
15 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] gcc-4.3.x and Core 2 Duo, safe way Graham Murray <graham@×××××××××××.uk>