diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-05-19 03:25:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-05-19 03:25:01 +0000 |
commit | 8552e276e3f20cc71bfbd3ddb3c8c1314046515d (patch) | |
tree | ec902c12eed0820d9e1a5126f3a01ac043691999 /profiles | |
parent | Version bump. (diff) | |
download | gentoo-2-8552e276e3f20cc71bfbd3ddb3c8c1314046515d.tar.gz gentoo-2-8552e276e3f20cc71bfbd3ddb3c8c1314046515d.tar.bz2 gentoo-2-8552e276e3f20cc71bfbd3ddb3c8c1314046515d.zip |
enable mudflap/openmp by default in gcc as well
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/default-linux/make.defaults b/profiles/default-linux/make.defaults index 23b6d2c36966..99d65b323cfd 100644 --- a/profiles/default-linux/make.defaults +++ b/profiles/default-linux/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.26 2007/02/20 22:43:17 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.27 2007/05/19 03:25:01 vapier Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -13,8 +13,8 @@ # build X in an expected way USE="bitmap-fonts truetype-fonts type1-fonts" -# make sure toolchain has sane defaults -USE="${USE} fortran" +# make sure toolchain has sane defaults <tooclhain@gentoo.org> +USE="${USE} mudflap fortran openmp" # 2006/03/07 - Donnie Berkholz <dberkholz@gentoo.org> # Modular X: Support direct rendering by default |