diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-02-15 15:42:11 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-02-15 15:42:11 +0000 |
commit | 6e541942b239297e8e9025d8e53e9fb01ac7bc92 (patch) | |
tree | 92927faf945911b5a15488c767aabbb65ec8ad64 /profiles | |
parent | Fix build failure for 32 bit version. (diff) | |
download | historical-6e541942b239297e8e9025d8e53e9fb01ac7bc92.tar.gz historical-6e541942b239297e8e9025d8e53e9fb01ac7bc92.tar.bz2 historical-6e541942b239297e8e9025d8e53e9fb01ac7bc92.zip |
Added -openmp to default MIPS USE flags.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/mips/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/arch/mips/make.defaults | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/profiles/arch/mips/ChangeLog b/profiles/arch/mips/ChangeLog index b6050b4a512b..0579dbf0db57 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.42 2010/12/27 01:24:09 mattst88 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.43 2011/02/15 15:42:11 mattst88 Exp $ + + 15 Feb 2011; Matt Turner <mattst88@gentoo.org> make.defaults: + Added -openmp to default MIPS USE flags. 27 Dec 2010; Matt Turner <mattst88@gentoo.org> package.use.mask: Add 'media-gfx/imagemagick raw' package.use.mask diff --git a/profiles/arch/mips/make.defaults b/profiles/arch/mips/make.defaults index 20998f0c65bb..3ef2eba316ab 100644 --- a/profiles/arch/mips/make.defaults +++ b/profiles/arch/mips/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.6 2010/12/06 23:15:21 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/make.defaults,v 1.7 2011/02/15 15:42:11 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="-fortran -unicode" +USE="-fortran -openmp -unicode" STAGE1_USE="nptl nptlonly" |