diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-26 19:03:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-03-08 22:30:34 +0100 |
commit | ce766019be510144ca335cff9d6ce835449407e3 (patch) | |
tree | 1207af84260f359ae277fc589bea395fa220e123 /profiles | |
parent | sys-apps/man-db: arm stable, bug #602588 (diff) | |
download | gentoo-ce766019be510144ca335cff9d6ce835449407e3.tar.gz gentoo-ce766019be510144ca335cff9d6ce835449407e3.tar.bz2 gentoo-ce766019be510144ca335cff9d6ce835449407e3.zip |
profiles/arch/amd64-fbsd/clang: Mask impossible libcxx[libcxxabi]
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64-fbsd/clang/package.use.mask | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/arch/amd64-fbsd/clang/package.use.mask b/profiles/arch/amd64-fbsd/clang/package.use.mask index 54e4530670fc..6a9ceb1e7ceb 100644 --- a/profiles/arch/amd64-fbsd/clang/package.use.mask +++ b/profiles/arch/amd64-fbsd/clang/package.use.mask @@ -1,7 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Disable libcxxabi since it collides with forced libcxxrt # Build libcxxrt over libgcc_s since that is what clang defaults to. +sys-libs/libcxx libcxxabi libunwind sys-libs/libcxxrt libunwind # Needs to be fixed: cxx useflag enables plugins and gold. |