diff options
author | 2005-12-24 16:10:09 +0000 | |
---|---|---|
committer | 2005-12-24 16:10:09 +0000 | |
commit | 2f6afdaf51711fb2dc00284a03ecc530ea6bbe8c (patch) | |
tree | bf3fcb80968ee9eff079892ab5491555d7473efc /profiles/default-linux/mips/2004.2/make.defaults | |
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/mips/2004.2/make.defaults')
-rw-r--r-- | profiles/default-linux/mips/2004.2/make.defaults | 4 |
1 files changed, 2 insertions, 2 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 |