From 64e107b9b6058580ff0432107eb37cefb0b2a7d8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 22 Oct 2018 11:09:47 +0100 Subject: gentoo resync : 22.10.2018 --- profiles/default/linux/amd64/17.0/uclibc/eapi | 1 + profiles/default/linux/amd64/17.0/uclibc/hardened/eapi | 1 + .../default/linux/amd64/17.0/uclibc/hardened/parent | 2 ++ profiles/default/linux/amd64/17.0/uclibc/make.defaults | 10 ++++++++++ profiles/default/linux/amd64/17.0/uclibc/parent | 3 +++ profiles/default/linux/arm/13.0/armv6j/package.mask | 18 ++++++++++++++++++ profiles/default/linux/arm/13.0/armv7a/package.mask | 18 ++++++++++++++++++ profiles/default/linux/make.defaults | 5 ----- 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 ++++++++++++++++++ profiles/default/linux/x86/17.0/uclibc/eapi | 1 + profiles/default/linux/x86/17.0/uclibc/hardened/eapi | 1 + profiles/default/linux/x86/17.0/uclibc/hardened/parent | 2 ++ profiles/default/linux/x86/17.0/uclibc/make.defaults | 10 ++++++++++ profiles/default/linux/x86/17.0/uclibc/parent | 3 +++ 16 files changed, 124 insertions(+), 5 deletions(-) create mode 100644 profiles/default/linux/amd64/17.0/uclibc/eapi create mode 100644 profiles/default/linux/amd64/17.0/uclibc/hardened/eapi create mode 100644 profiles/default/linux/amd64/17.0/uclibc/hardened/parent create mode 100644 profiles/default/linux/amd64/17.0/uclibc/make.defaults create mode 100644 profiles/default/linux/amd64/17.0/uclibc/parent create mode 100644 profiles/default/linux/arm/13.0/armv6j/package.mask create mode 100644 profiles/default/linux/arm/13.0/armv7a/package.mask create mode 100644 profiles/default/linux/musl/arm/armv7a/package.mask create mode 100644 profiles/default/linux/uclibc/arm/armv6j/package.mask create mode 100644 profiles/default/linux/uclibc/arm/armv7a/package.mask create mode 100644 profiles/default/linux/x86/17.0/uclibc/eapi create mode 100644 profiles/default/linux/x86/17.0/uclibc/hardened/eapi create mode 100644 profiles/default/linux/x86/17.0/uclibc/hardened/parent create mode 100644 profiles/default/linux/x86/17.0/uclibc/make.defaults create mode 100644 profiles/default/linux/x86/17.0/uclibc/parent (limited to 'profiles/default') diff --git a/profiles/default/linux/amd64/17.0/uclibc/eapi b/profiles/default/linux/amd64/17.0/uclibc/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/17.0/uclibc/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/17.0/uclibc/hardened/eapi b/profiles/default/linux/amd64/17.0/uclibc/hardened/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/17.0/uclibc/hardened/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/17.0/uclibc/hardened/parent b/profiles/default/linux/amd64/17.0/uclibc/hardened/parent new file mode 100644 index 000000000000..45a355b0beba --- /dev/null +++ b/profiles/default/linux/amd64/17.0/uclibc/hardened/parent @@ -0,0 +1,2 @@ +.. +../../../../../../features/hardened/amd64 diff --git a/profiles/default/linux/amd64/17.0/uclibc/make.defaults b/profiles/default/linux/amd64/17.0/uclibc/make.defaults new file mode 100644 index 000000000000..c015f1daecd1 --- /dev/null +++ b/profiles/default/linux/amd64/17.0/uclibc/make.defaults @@ -0,0 +1,10 @@ +# Copyright 1999-2018 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +CHOST="x86_64-gentoo-linux-uclibc" + +# Anthony G. Basile (01 Jul 2014) +# Multilib-related setup, bug #515130 +MULTILIB_ABIS="amd64" +CHOST_amd64="${CHOST}" +LIBDIR_amd64="lib" diff --git a/profiles/default/linux/amd64/17.0/uclibc/parent b/profiles/default/linux/amd64/17.0/uclibc/parent new file mode 100644 index 000000000000..a56db381f595 --- /dev/null +++ b/profiles/default/linux/amd64/17.0/uclibc/parent @@ -0,0 +1,3 @@ +.. +../../../../../arch/amd64/no-multilib +../../../../../features/uclibc/ 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 000000000000..6a132627c621 --- /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 (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 000000000000..6a132627c621 --- /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 (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/make.defaults b/profiles/default/linux/make.defaults index 4d580b1ba06f..0716de8a14c9 100644 --- a/profiles/default/linux/make.defaults +++ b/profiles/default/linux/make.defaults @@ -53,8 +53,3 @@ VIDEO_CARDS="dummy fbdev v4l" # Note that adding LDFLAGS="-Wl,-O1 ${LDFLAGS}" breaks dev-util/boost-build # because of whitespace. LDFLAGS="-Wl,-O1 -Wl,--as-needed" - -# 2009/09/21 Robin H. Johnson -# https://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml -# Build kernel modules from linux-mod by default: -USE="${USE} modules" 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 000000000000..6a132627c621 --- /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 (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 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 (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 (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/x86/17.0/uclibc/eapi b/profiles/default/linux/x86/17.0/uclibc/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/x86/17.0/uclibc/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/x86/17.0/uclibc/hardened/eapi b/profiles/default/linux/x86/17.0/uclibc/hardened/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/x86/17.0/uclibc/hardened/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/x86/17.0/uclibc/hardened/parent b/profiles/default/linux/x86/17.0/uclibc/hardened/parent new file mode 100644 index 000000000000..45a355b0beba --- /dev/null +++ b/profiles/default/linux/x86/17.0/uclibc/hardened/parent @@ -0,0 +1,2 @@ +.. +../../../../../../features/hardened/amd64 diff --git a/profiles/default/linux/x86/17.0/uclibc/make.defaults b/profiles/default/linux/x86/17.0/uclibc/make.defaults new file mode 100644 index 000000000000..7242f3043f91 --- /dev/null +++ b/profiles/default/linux/x86/17.0/uclibc/make.defaults @@ -0,0 +1,10 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +CHOST="i686-gentoo-linux-uclibc" + +# Anthony G. Basile (01 Jul 2014) +# Multilib-related setup, bug #515130 +MULTILIB_ABIS="x86" +CHOST_x86="${CHOST}" +LIBDIR_x86="lib" diff --git a/profiles/default/linux/x86/17.0/uclibc/parent b/profiles/default/linux/x86/17.0/uclibc/parent new file mode 100644 index 000000000000..bf856ff784ae --- /dev/null +++ b/profiles/default/linux/x86/17.0/uclibc/parent @@ -0,0 +1,3 @@ +.. +../../../../../arch/x86 +../../../../../features/uclibc/ -- cgit v1.2.3