commit: 4237953cc2c2943cfa32fc4a3b860d3bd7f4c9ae Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Oct 18 06:37:37 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Oct 18 07:17:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4237953c
gentoo/profiles: Mask clang in 13.0 arm profiles Bug: https://bugs.gentoo.org/595834 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/default/linux/arm/13.0/armv6j/package.mask | 18 ++++++++++++++++++ profiles/default/linux/arm/13.0/armv7a/package.mask | 18 ++++++++++++++++++ profiles/default/linux/musl/arm/armv7a/package.mask | 18 ++++++++++++++++++ profiles/default/linux/uclibc/arm/armv6j/package.mask | 18 ++++++++++++++++++ profiles/default/linux/uclibc/arm/armv7a/package.mask | 18 ++++++++++++++++++ 5 files changed, 90 insertions(+) diff --git a/profiles/default/linux/arm/13.0/armv6j/package.mask b/profiles/default/linux/arm/13.0/armv6j/package.mask new file mode 100644 index 00000000000..6a132627c62 --- /dev/null +++ b/profiles/default/linux/arm/13.0/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 <[email protected]> (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/arm/13.0/armv7a/package.mask b/profiles/default/linux/arm/13.0/armv7a/package.mask new file mode 100644 index 00000000000..6a132627c62 --- /dev/null +++ b/profiles/default/linux/arm/13.0/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 <[email protected]> (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/musl/arm/armv7a/package.mask b/profiles/default/linux/musl/arm/armv7a/package.mask new file mode 100644 index 00000000000..6a132627c62 --- /dev/null +++ b/profiles/default/linux/musl/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 <[email protected]> (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/armv6j/package.mask b/profiles/default/linux/uclibc/arm/armv6j/package.mask new file mode 100644 index 00000000000..6a132627c62 --- /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 <[email protected]> (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 00000000000..6a132627c62 --- /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 <[email protected]> (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
