summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-08-30 08:35:25 +0000
committerChristian Heim <phreak@gentoo.org>2007-08-30 08:35:25 +0000
commit2119fbf22170ff3a741587ef34f82c8f0a0d949e (patch)
tree40536117d3a8b85b37656629c54a45eeb309a499 /profiles
parentversion bump (diff)
downloadhistorical-2119fbf22170ff3a741587ef34f82c8f0a0d949e.tar.gz
historical-2119fbf22170ff3a741587ef34f82c8f0a0d949e.tar.bz2
historical-2119fbf22170ff3a741587ef34f82c8f0a0d949e.zip
Updating the CHOST/CFLAGS in order to make the current stable glibc (as of this glibc-2.5-r4) happy and build.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/hardened/x86/2.6/make.defaults6
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"