diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-04-21 09:47:06 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-04-21 09:47:06 +0000 |
commit | ca268f7fbb76ef1526ce9813ffa42c0459553867 (patch) | |
tree | ca6e21853e32f653fb5b0cd1d9999755cc8cc2be /profiles | |
parent | x86 stable per bug 360353 (diff) | |
download | gentoo-2-ca268f7fbb76ef1526ce9813ffa42c0459553867.tar.gz gentoo-2-ca268f7fbb76ef1526ce9813ffa42c0459553867.tar.bz2 gentoo-2-ca268f7fbb76ef1526ce9813ffa42c0459553867.zip |
Mask LLVM/clang 2.9, it's broken for Prefix by design at the moment
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/prefix/package.mask | 9 |
2 files changed, 12 insertions, 2 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index a5e0f430a8a7..9a65f20afe03 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for profiles/prefix # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.265 2011/04/20 18:25:47 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.266 2011/04/21 09:47:06 grobian Exp $ + + 21 Apr 2011; Fabian Groffen <grobian@gentoo.org> package.mask: + Mask LLVM/clang 2.9, it's broken for Prefix by design at the moment 20 Apr 2011; Ulrich Mueller <ulm@gentoo.org> -aix/virtuals, -bsd/freebsd/virtuals, -bsd/netbsd/virtuals, -bsd/openbsd/virtuals, diff --git a/profiles/prefix/package.mask b/profiles/prefix/package.mask index 38a776f293e8..6d0ded430de2 100644 --- a/profiles/prefix/package.mask +++ b/profiles/prefix/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/package.mask,v 1.90 2011/04/07 18:47:43 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/package.mask,v 1.91 2011/04/21 09:47:06 grobian Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. This file is for @@ -10,6 +10,13 @@ # +# Fabian Groffen <grobian@gentoo.org> (21 Apr 2011) +# Fails to link anything, since it crt1.o cannot be found. They haven't +# got linking right yet, numerous people on the web report the same +# problem. Let's just wait for the moment. +~sys-devel/llvm-2.9 +~sys-devel/clang-2.9 + # Fabian Groffen <grobian@gentoo.org> (03 Feb 2011) # Diego's experimental flex for fixing from autoconf problem, breaks # bootstrapping, bug #353609 |