diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-05-30 21:26:47 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-05-30 21:26:47 +0000 |
commit | c2a93cc56e50affdea8fd2c6ff9e5abce7a07a1c (patch) | |
tree | bea81c61fffc80303d8fc45e785f4c8c8030c1ac /profiles/default/bsd/fbsd | |
parent | Replace python_test with something that actually runs tests. Restrict them un... (diff) | |
download | gentoo-2-c2a93cc56e50affdea8fd2c6ff9e5abce7a07a1c.tar.gz gentoo-2-c2a93cc56e50affdea8fd2c6ff9e5abce7a07a1c.tar.bz2 gentoo-2-c2a93cc56e50affdea8fd2c6ff9e5abce7a07a1c.zip |
Mask binutils[cxx], bug #427344 (and add a ChangeLog here)
Diffstat (limited to 'profiles/default/bsd/fbsd')
-rw-r--r-- | profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.mask | 9 |
2 files changed, 16 insertions, 0 deletions
diff --git a/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog b/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog new file mode 100644 index 000000000000..b6f3b766eecb --- /dev/null +++ b/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for profile directory +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog,v 1.1 2013/05/30 21:26:47 aballier Exp $ + + 30 May 2013; Alexis Ballier <aballier@gentoo.org> +package.use.mask: + Mask binutils[cxx], bug #427344 (and add a ChangeLog here) + diff --git a/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.mask b/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.mask new file mode 100644 index 000000000000..9df218b10d06 --- /dev/null +++ b/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.mask @@ -0,0 +1,9 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.mask,v 1.1 2013/05/30 21:26:47 aballier Exp $ + +# Needs to be fixed: cxx useflag enables plugins and gold. +# gold fails to build with clang: +# https://bugs.gentoo.org/show_bug.cgi?id=427344 +# http://llvm.org/bugs/show_bug.cgi?id=12299 +sys-devel/binutils cxx |