diff options
author | Christian Heim <phreak@gentoo.org> | 2007-04-13 18:27:37 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-04-13 18:27:37 +0000 |
commit | 71c9401010c6899f13e984c5c834f492f0f17bd7 (patch) | |
tree | 0af141091b725d2a1e29a1e3dbd7e9b95a8d144f /profiles | |
parent | Version bump. (diff) | |
download | historical-71c9401010c6899f13e984c5c834f492f0f17bd7.tar.gz historical-71c9401010c6899f13e984c5c834f492f0f17bd7.tar.bz2 historical-71c9401010c6899f13e984c5c834f492f0f17bd7.zip |
Updating the make.defaults to some sane defaults; I've never seen an -march value like x86-64.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/amd64/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/hardened/amd64/make.defaults b/profiles/hardened/amd64/make.defaults index 1588c92d1249..a0f447477044 100644 --- a/profiles/hardened/amd64/make.defaults +++ b/profiles/hardened/amd64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/make.defaults,v 1.12 2007/02/20 22:43:17 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/make.defaults,v 1.13 2007/04/13 18:27:37 phreak Exp $ ARCH="amd64" ACCEPT_KEYWORDS="${ARCH}" @@ -11,7 +11,7 @@ ABI="amd64" # amd64 CHOST="x86_64-pc-linux-gnu" -CFLAGS="-march=x86-64 -O2 -pipe -fforce-addr" +CFLAGS="-mtune=k8 -O2 -pipe -fforce-addr" CXXFLAGS="${CFLAGS}" CFLAGS_amd64="" |