diff options
author | Joshua Kinard <kumba@gentoo.org> | 2005-12-24 16:10:09 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2005-12-24 16:10:09 +0000 |
commit | 2f6afdaf51711fb2dc00284a03ecc530ea6bbe8c (patch) | |
tree | bf3fcb80968ee9eff079892ab5491555d7473efc /profiles/default-linux | |
parent | Stable on hppa. (diff) | |
download | historical-2f6afdaf51711fb2dc00284a03ecc530ea6bbe8c.tar.gz historical-2f6afdaf51711fb2dc00284a03ecc530ea6bbe8c.tar.bz2 historical-2f6afdaf51711fb2dc00284a03ecc530ea6bbe8c.zip |
Disable sandbox on mips. It works, but not well enough to be reliable. Infact, it's as unreliable as WinME on a server.
Diffstat (limited to 'profiles/default-linux')
4 files changed, 8 insertions, 8 deletions
diff --git a/profiles/default-linux/mips/2004.2/make.defaults b/profiles/default-linux/mips/2004.2/make.defaults index 0a3205736a68..65a0f6c197cc 100644 --- a/profiles/default-linux/mips/2004.2/make.defaults +++ b/profiles/default-linux/mips/2004.2/make.defaults @@ -1,10 +1,10 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2004.2/make.defaults,v 1.5 2004/11/03 14:44:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2004.2/make.defaults,v 1.6 2005/12/24 16:10:09 kumba Exp $ ARCH="mips" -FEATURES="ccache autoconfig" +FEATURES="-sandbox ccache autoconfig" # Compiler flags # We build a *minimum* of mips2, because just about any mips box we theoretically diff --git a/profiles/default-linux/mips/2005.0/make.defaults b/profiles/default-linux/mips/2005.0/make.defaults index 71280d8a2dce..92ce6641a8ec 100644 --- a/profiles/default-linux/mips/2005.0/make.defaults +++ b/profiles/default-linux/mips/2005.0/make.defaults @@ -1,10 +1,10 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2005.0/make.defaults,v 1.1 2005/01/20 00:28:51 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2005.0/make.defaults,v 1.2 2005/12/24 16:10:09 kumba Exp $ ARCH="mips" -FEATURES="ccache autoconfig" +FEATURES="-sandbox ccache autoconfig" # Compiler flags # We build a *minimum* of mips2, because just about any mips box we theoretically diff --git a/profiles/default-linux/mips/mips64/multilib/2005.1/make.defaults b/profiles/default-linux/mips/mips64/multilib/2005.1/make.defaults index 4393446447eb..fc746e51f8a6 100644 --- a/profiles/default-linux/mips/mips64/multilib/2005.1/make.defaults +++ b/profiles/default-linux/mips/mips64/multilib/2005.1/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/multilib/2005.1/make.defaults,v 1.1 2005/04/27 05:13:34 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/multilib/2005.1/make.defaults,v 1.2 2005/12/24 16:10:09 kumba Exp $ STAGE1_USE="" GRP_STAGE23_USE="${STAGE1_USE} ipv6 pam tcpd readline nls ssl gpm perl python berkdb ncurses readline zlib -java" @@ -9,7 +9,7 @@ USE="${GRP_STAGE23_USE} bitmap-fonts truetype-fonts type1-fonts oss alsa crypt f # This profile doesn't fully support multilib portage yet. We still rely # on the emul-* packages. As such, we have -multilib-pkg here to emphasise # that point. -FEATURES="sandbox autoconfig multilib-strict" +FEATURES="-sandbox autoconfig multilib-strict" MULTILIB_ABIS="n64 n32 o32" DEFAULT_ABI="o32" diff --git a/profiles/default-linux/mips/mips64/multilib/make.defaults b/profiles/default-linux/mips/mips64/multilib/make.defaults index cc021aac39d7..4c591549ebed 100644 --- a/profiles/default-linux/mips/mips64/multilib/make.defaults +++ b/profiles/default-linux/mips/mips64/multilib/make.defaults @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/multilib/make.defaults,v 1.1 2005/04/27 05:13:34 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/multilib/make.defaults,v 1.2 2005/12/24 16:10:09 kumba Exp $ CHOST="mips64-unknown-linux-gnu" ARCH="mips" ACCEPT_KEYWORDS="${ARCH}" -FEATURES="sandbox autoconfig multilib-strict" +FEATURES="-sandbox autoconfig multilib-strict" MULTILIB_ABIS="n64 n32 o32" DEFAULT_ABI="o32" |