diff options
Diffstat (limited to 'profiles/hardened/x86/2.6/make.defaults')
-rw-r--r-- | profiles/hardened/x86/2.6/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/hardened/x86/2.6/make.defaults b/profiles/hardened/x86/2.6/make.defaults index e6d7171f43b1..95f982be5cb2 100644 --- a/profiles/hardened/x86/2.6/make.defaults +++ b/profiles/hardened/x86/2.6/make.defaults @@ -1,12 +1,12 @@ # Copyright 1999-2006 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/2.6/make.defaults,v 1.12 2007/06/28 19:54:36 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/2.6/make.defaults,v 1.13 2007/08/30 08:35:25 phreak Exp $ ARCH="x86" ACCEPT_KEYWORDS="x86" -CHOST="i386-pc-linux-gnu" -CFLAGS="-O2 -mcpu=i386 -pipe -fforce-addr" +CHOST="i486-pc-linux-gnu" +CFLAGS="-O2 -mcpu=i486 -pipe -fforce-addr" CXXFLAGS="${CFLAGS}" USE="berkdb crypt hardened nls nptl nptlonly pam pic readline ssl tcpd zlib" |