diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-10-02 07:26:32 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-10-02 07:26:32 +0000 |
commit | 555e65fe41233a8bf0885cd54646b8c7d775d451 (patch) | |
tree | 2a2f83bee35433be4c93d0413fa315519d16df4b /profiles/default-linux/mips/cobalt | |
parent | fix up profile virtuals (diff) | |
download | gentoo-2-555e65fe41233a8bf0885cd54646b8c7d775d451.tar.gz gentoo-2-555e65fe41233a8bf0885cd54646b8c7d775d451.tar.bz2 gentoo-2-555e65fe41233a8bf0885cd54646b8c7d775d451.zip |
Enable autoconfig by default for mips systems, since some packages don't correctly guess a mips system.
Diffstat (limited to 'profiles/default-linux/mips/cobalt')
-rw-r--r-- | profiles/default-linux/mips/cobalt/2004.2/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-linux/mips/cobalt/2004.2/make.defaults b/profiles/default-linux/mips/cobalt/2004.2/make.defaults index 2d3441a65b71..932ea12cb5d9 100644 --- a/profiles/default-linux/mips/cobalt/2004.2/make.defaults +++ b/profiles/default-linux/mips/cobalt/2004.2/make.defaults @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/cobalt/2004.2/make.defaults,v 1.4 2004/09/29 20:27:29 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/cobalt/2004.2/make.defaults,v 1.5 2004/10/02 07:26:32 kumba Exp $ ARCH="mips" @@ -11,7 +11,7 @@ CHOST="mipsel-unknown-linux-gnu" PROFILE_ARCH="cobalt" # Sandbox is broken on mips (Bug #45814) -FEATURES="-sandbox ccache" +FEATURES="-sandbox ccache autoconfig" # Compiler flags # We build mips4 by default because all cobalt systems use an RM5231 (or derivative) |