Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] -march=native
Date: Tue, 29 Jun 2010 22:02:00
Message-Id: 201006300001.37651.wonko@wonkology.org
In Reply to: [gentoo-user] -march=native by Hasan SAHIN
1 Hasan SAHIN writes:
2
3 > I am using Athlon64 X2 processor with the
4 > CFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer" option.
5 >
6 > Can I use the -march=native option instead of that?
7
8 Sure, as long as you are not using distcc, in which case the distcc
9 servers would compile according to _their_ native option.
10
11 Wonko