diff options
Diffstat (limited to 'profiles/selinux/2005.1/x86/make.defaults')
-rw-r--r-- | profiles/selinux/2005.1/x86/make.defaults | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/selinux/2005.1/x86/make.defaults b/profiles/selinux/2005.1/x86/make.defaults index 94f7e5ff44ff..3238d8ae4cf7 100644 --- a/profiles/selinux/2005.1/x86/make.defaults +++ b/profiles/selinux/2005.1/x86/make.defaults @@ -1,10 +1,15 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2005.1/x86/make.defaults,v 1.1 2005/04/02 15:48:25 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2005.1/x86/make.defaults,v 1.1.1.1 2005/11/30 09:48:42 chriswhite Exp $ USE="x86" GRP_STAGE23_USE="x86" ARCH="x86" ACCEPT_KEYWORDS="x86" + +CHOST="i686-pc-linux-gnu" +CFLAGS="-O2 -mcpu=i686 -pipe" +CXXFLAGS="${CFLAGS}" + #FEATURES="sandbox" |