diff options
author | Matt Turner <mattst88@gentoo.org> | 2010-12-06 22:35:18 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2010-12-06 22:35:18 +0000 |
commit | 5045d1fedb4c8c2b02062c6be1b77b46f079a447 (patch) | |
tree | e13f80b0aa7a8e61c87c0f989cceecb59f340f1a /profiles/arch | |
parent | Remove ccache from FEATURES. (diff) | |
download | historical-5045d1fedb4c8c2b02062c6be1b77b46f079a447.tar.gz historical-5045d1fedb4c8c2b02062c6be1b77b46f079a447.tar.bz2 historical-5045d1fedb4c8c2b02062c6be1b77b46f079a447.zip |
Add -fortran to default USE.
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/mips/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/mips/make.defaults | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/profiles/arch/mips/ChangeLog b/profiles/arch/mips/ChangeLog index c0ddc819632f..384f78c38485 100644 --- a/profiles/arch/mips/ChangeLog +++ b/profiles/arch/mips/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/MIPS profile directory # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.31 2010/12/06 22:33:49 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.32 2010/12/06 22:35:18 mattst88 Exp $ + + 06 Dec 2010; Matt Turner <mattst88@gentoo.org> make.defaults: + Add -fortran to default USE. 06 Dec 2010; Matt Turner <mattst88@gentoo.org> make.defaults: Remove ccache from default FEATURES. diff --git a/profiles/arch/mips/make.defaults b/profiles/arch/mips/make.defaults index 09b81ea48ea5..77c38e153368 100644 --- a/profiles/arch/mips/make.defaults +++ b/profiles/arch/mips/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/make.defaults,v 1.4 2010/12/06 22:33:49 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/make.defaults,v 1.5 2010/12/06 22:35:18 mattst88 Exp $ # 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org> # Defaults for video drivers @@ -11,7 +11,7 @@ ACCEPT_KEYWORDS="${ARCH} ~mips" PROFILE_ARCH="mips" -USE="-unicode" +USE="-fortran -unicode" STAGE1_USE="nptl nptlonly" |