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 | |
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')
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 fdbe6bbb2ba2..2940ef291d51 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.3 2004/09/29 20:28:46 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2004.2/make.defaults,v 1.4 2004/10/02 07:26:32 kumba Exp $ ARCH="mips" -FEATURES="ccache" +FEATURES="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/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) diff --git a/profiles/default-linux/mips/mips64/2004.2/make.defaults b/profiles/default-linux/mips/mips64/2004.2/make.defaults index 246e0d606c8e..9d2a8c5a28e2 100644 --- a/profiles/default-linux/mips/mips64/2004.2/make.defaults +++ b/profiles/default-linux/mips/mips64/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/mips64/2004.2/make.defaults,v 1.4 2004/09/29 20:27:29 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/2004.2/make.defaults,v 1.5 2004/10/02 07:26:32 kumba Exp $ ARCH="mips" @@ -11,7 +11,7 @@ CHOST="mips-unknown-linux-gnu" PROFILE_ARCH="mips64" # Sandbox is broken on mips (Bug #45814) -FEATURES="-sandbox ccache" +FEATURES="-sandbox ccache autoconfig" # Compiler flags # We build a *minimum* of mips3, because just about any mips64 box we theoretically diff --git a/profiles/default-linux/mips/mips64/n32/2004.2/make.defaults b/profiles/default-linux/mips/mips64/n32/2004.2/make.defaults index ef3ad38c6785..a006bba8f23d 100644 --- a/profiles/default-linux/mips/mips64/n32/2004.2/make.defaults +++ b/profiles/default-linux/mips/mips64/n32/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/mips64/n32/2004.2/make.defaults,v 1.5 2004/09/29 20:27:29 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/n32/2004.2/make.defaults,v 1.6 2004/10/02 07:26:32 kumba Exp $ ARCH="mips" @@ -16,7 +16,7 @@ CHOST="mips64-unknown-linux-gnu" PROFILE_ARCH="mips64" # Sandbox is broken on mips (Bug #45814) -FEATURES="-sandbox ccache" +FEATURES="-sandbox ccache autoconfig" # Compiler flags # We build a *minimum* of mips3, because just about any mips64 box we theoretically |