diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-10-18 08:37:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-10-18 09:17:54 +0200 |
commit | 4237953cc2c2943cfa32fc4a3b860d3bd7f4c9ae (patch) | |
tree | a7eb58a70b3685b6f76345e7e807391e138f45bc /profiles/default/linux/uclibc | |
parent | net-analyzer/wireshark: Stable for AMD64 HPPA x86 too. (diff) | |
download | gentoo-4237953cc2c2943cfa32fc4a3b860d3bd7f4c9ae.tar.gz gentoo-4237953cc2c2943cfa32fc4a3b860d3bd7f4c9ae.tar.bz2 gentoo-4237953cc2c2943cfa32fc4a3b860d3bd7f4c9ae.zip |
gentoo/profiles: Mask clang in 13.0 arm profiles
Bug: https://bugs.gentoo.org/595834
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/default/linux/uclibc')
-rw-r--r-- | profiles/default/linux/uclibc/arm/armv6j/package.mask | 18 | ||||
-rw-r--r-- | profiles/default/linux/uclibc/arm/armv7a/package.mask | 18 |
2 files changed, 36 insertions, 0 deletions
diff --git a/profiles/default/linux/uclibc/arm/armv6j/package.mask b/profiles/default/linux/uclibc/arm/armv6j/package.mask new file mode 100644 index 000000000000..6a132627c621 --- /dev/null +++ b/profiles/default/linux/uclibc/arm/armv6j/package.mask @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Michał Górny <mgorny@gentoo.org> (18 Oct 2018) +# Clang does not work correctly with the old *-hardfloat-* triplets. +# Please switch to 17.0 profiles that use *eabihf triplets instead. +# https://bugs.gentoo.org/595834 +dev-python/clang-python +dev-util/lldb +sys-devel/clang +sys-devel/clang-common +sys-devel/clang-runtime +sys-libs/compiler-rt +sys-libs/compiler-rt-sanitizers +sys-libs/libcxx +sys-libs/libcxxabi +sys-libs/libomp +sys-libs/llvm-libunwind diff --git a/profiles/default/linux/uclibc/arm/armv7a/package.mask b/profiles/default/linux/uclibc/arm/armv7a/package.mask new file mode 100644 index 000000000000..6a132627c621 --- /dev/null +++ b/profiles/default/linux/uclibc/arm/armv7a/package.mask @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Michał Górny <mgorny@gentoo.org> (18 Oct 2018) +# Clang does not work correctly with the old *-hardfloat-* triplets. +# Please switch to 17.0 profiles that use *eabihf triplets instead. +# https://bugs.gentoo.org/595834 +dev-python/clang-python +dev-util/lldb +sys-devel/clang +sys-devel/clang-common +sys-devel/clang-runtime +sys-libs/compiler-rt +sys-libs/compiler-rt-sanitizers +sys-libs/libcxx +sys-libs/libcxxabi +sys-libs/libomp +sys-libs/llvm-libunwind |