summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-04-13 18:27:37 +0000
committerChristian Heim <phreak@gentoo.org>2007-04-13 18:27:37 +0000
commitffe9a5584923d7c987433a28c244ff736814f0d3 (patch)
treeb3b43be955b486561794c7cc0ea0bde4eba11b42 /profiles/hardened
parentVersion bump. (diff)
downloadgentoo-2-ffe9a5584923d7c987433a28c244ff736814f0d3.tar.gz
gentoo-2-ffe9a5584923d7c987433a28c244ff736814f0d3.tar.bz2
gentoo-2-ffe9a5584923d7c987433a28c244ff736814f0d3.zip
Updating the make.defaults to some sane defaults; I've never seen an -march value like x86-64.
Diffstat (limited to 'profiles/hardened')
-rw-r--r--profiles/hardened/amd64/make.defaults4
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=""