diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-25 14:03:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-25 14:03:24 +0000 |
commit | 6e4860e6c259c07da2b382cb1ea8fa209e71cb0a (patch) | |
tree | 30c1c690f5951f7b6879a746c62235486862d972 /profiles/selinux | |
parent | sync headers and punt $COMPILER (diff) | |
download | gentoo-2-6e4860e6c259c07da2b382cb1ea8fa209e71cb0a.tar.gz gentoo-2-6e4860e6c259c07da2b382cb1ea8fa209e71cb0a.tar.bz2 gentoo-2-6e4860e6c259c07da2b382cb1ea8fa209e71cb0a.zip |
have a nice flight $COMPILER
Diffstat (limited to 'profiles/selinux')
-rw-r--r-- | profiles/selinux/2004.1/ppc/make.defaults | 3 | ||||
-rw-r--r-- | profiles/selinux/2004.1/sparc64/make.defaults | 3 | ||||
-rw-r--r-- | profiles/selinux/2004.1/x86/make.defaults | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/profiles/selinux/2004.1/ppc/make.defaults b/profiles/selinux/2004.1/ppc/make.defaults index 9b4dc0bef3d3..4a93b90b1bbb 100644 --- a/profiles/selinux/2004.1/ppc/make.defaults +++ b/profiles/selinux/2004.1/ppc/make.defaults @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/ppc/make.defaults,v 1.5 2004/06/26 23:29:26 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/ppc/make.defaults,v 1.6 2004/08/25 14:03:24 vapier Exp $ ARCH="ppc" CHOST=powerpc-unknown-linux-gnu PLATFORM=$CHOST MAKEOPTS="-j2" -COMPILER="gcc3" CFLAGS="-O2 -pipe" CXXFLAGS=${CFLAGS} diff --git a/profiles/selinux/2004.1/sparc64/make.defaults b/profiles/selinux/2004.1/sparc64/make.defaults index ded56f684b19..997c00bb835f 100644 --- a/profiles/selinux/2004.1/sparc64/make.defaults +++ b/profiles/selinux/2004.1/sparc64/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/selinux/2004.1/sparc64/make.defaults,v 1.6 2004/06/26 23:29:26 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/sparc64/make.defaults,v 1.7 2004/08/25 14:03:24 vapier Exp $ ARCH="sparc" @@ -9,7 +9,6 @@ CHOST=sparc-unknown-linux-gnu PLATFORM=sparc64-unknown-linux-gnu PROFILE_ARCH="sparc64" -COMPILER="gcc3" CFLAGS="-O2 -pipe" CXXFLAGS=${CFLAGS} diff --git a/profiles/selinux/2004.1/x86/make.defaults b/profiles/selinux/2004.1/x86/make.defaults index b284bf610235..63685a225df7 100644 --- a/profiles/selinux/2004.1/x86/make.defaults +++ b/profiles/selinux/2004.1/x86/make.defaults @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/x86/make.defaults,v 1.5 2004/06/26 23:29:26 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/x86/make.defaults,v 1.6 2004/08/25 14:03:24 vapier Exp $ USE="x86 berkdb crypt ncurses pam python readline selinux ssl tcpd zlib" GRP_STAGE23_USE="x86 berkdb crypt ncurses pam python readline selinux ssl tcpd zlib" ARCH="x86" -COMPILER="gcc3" ACCEPT_KEYWORDS="x86" FEATURES="strict sfperms" POLICYDIR="/etc/security/selinux/src/policy" |