diff options
author | 2010-12-06 22:35:18 +0000 | |
---|---|---|
committer | 2010-12-06 22:35:18 +0000 | |
commit | 83956864031151b16555f5c9a98bdb414e79fdcd (patch) | |
tree | c2dee3070263c9bcfb219e01e0cac2ab2535609d /profiles | |
parent | Remove ccache from FEATURES. (diff) | |
download | gentoo-2-83956864031151b16555f5c9a98bdb414e79fdcd.tar.gz gentoo-2-83956864031151b16555f5c9a98bdb414e79fdcd.tar.bz2 gentoo-2-83956864031151b16555f5c9a98bdb414e79fdcd.zip |
Add -fortran to default USE.
Diffstat (limited to 'profiles')
-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" |