diff options
author | Jason Stubbs <jstubbs@gentoo.org> | 2005-04-23 16:25:08 +0000 |
---|---|---|
committer | Jason Stubbs <jstubbs@gentoo.org> | 2005-04-23 16:25:08 +0000 |
commit | 48525b0ee93d95ce84b5b189e592adbdfbc7a9ac (patch) | |
tree | 4502f0dcb5da6d5fbc00b9119cfaf7f43761a373 /profiles/n32-mips-2004.1 | |
parent | Dropping other arch keywords until we can get some testing. (diff) | |
download | historical-48525b0ee93d95ce84b5b189e592adbdfbc7a9ac.tar.gz historical-48525b0ee93d95ce84b5b189e592adbdfbc7a9ac.tar.bz2 historical-48525b0ee93d95ce84b5b189e592adbdfbc7a9ac.zip |
Removing sandbox use flag again... Will be re-looked at with 2.1.
Diffstat (limited to 'profiles/n32-mips-2004.1')
-rw-r--r-- | profiles/n32-mips-2004.1/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/n32-mips-2004.1/make.defaults b/profiles/n32-mips-2004.1/make.defaults index a97a94e3586f..ec16825d58c0 100644 --- a/profiles/n32-mips-2004.1/make.defaults +++ b/profiles/n32-mips-2004.1/make.defaults @@ -22,7 +22,7 @@ CFLAGS="-O2 -pipe -mabi=n32 -mips4" # C++ Compiler flags CXXFLAGS=${CFLAGS} -USE="bitmap-fonts font-server type1-fonts truetype-fonts slang readline gpm berkdb gdbm tcpd pam crypt libwww ssl nls perl python sdl mips n32 -multilib sandbox" +USE="bitmap-fonts font-server type1-fonts truetype-fonts slang readline gpm berkdb gdbm tcpd pam crypt libwww ssl nls perl python sdl mips n32 -multilib" ACCEPT_KEYWORDS="mips ~mips" |