diff options
author | 2009-07-09 00:47:51 +0000 | |
---|---|---|
committer | 2009-07-09 00:47:51 +0000 | |
commit | 3f1b5352e05ac1664dd0e9dea589d8df2b27fba4 (patch) | |
tree | 9383a32cf28762ab5ebb6113b9d16c8e28f26cc0 /profiles/hardened/amd64 | |
parent | Initial import. Ebuild is submitted by Naohiro Aota, bug #271028. (diff) | |
download | gentoo-2-3f1b5352e05ac1664dd0e9dea589d8df2b27fba4.tar.gz gentoo-2-3f1b5352e05ac1664dd0e9dea589d8df2b27fba4.tar.bz2 gentoo-2-3f1b5352e05ac1664dd0e9dea589d8df2b27fba4.zip |
Batch of updates to hardened profiles - FLAGS, package.mask organizing, etc.
Diffstat (limited to 'profiles/hardened/amd64')
-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 6bd031d0a657..c5437778d30c 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.17 2008/10/22 14:49:32 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/make.defaults,v 1.18 2009/07/09 00:47:43 gengor Exp $ ARCH="amd64" ACCEPT_KEYWORDS="${ARCH}" @@ -11,7 +11,7 @@ ABI="amd64" # amd64 CHOST="x86_64-pc-linux-gnu" -CFLAGS="-mtune=k8 -O2 -pipe -fforce-addr" +CFLAGS="-O2 -pipe" CXXFLAGS="${CFLAGS}" CFLAGS_amd64="" |