From 9bc4f85609c4c642717d5d93ddb0ae47772d9a51 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 3 Apr 2018 21:00:51 +0200 Subject: [PATCH] sys-devel/clang-runtime: Add USE=crt for (non-GCC) crt*.o files --- .../clang-runtime-4.0.1-r1.ebuild | 31 +++++++++++++++++++ .../clang-runtime-5.0.1-r1.ebuild | 31 +++++++++++++++++++ ...0.ebuild => clang-runtime-6.0.0-r1.ebuild} | 8 ++++- .../clang-runtime-6.0.9999.ebuild | 8 ++++- .../clang-runtime/clang-runtime-9999.ebuild | 8 ++++- sys-devel/clang-runtime/metadata.xml | 2 ++ 6 files changed, 85 insertions(+), 3 deletions(-) create mode 100644 sys-devel/clang-runtime/clang-runtime-4.0.1-r1.ebuild create mode 100644 sys-devel/clang-runtime/clang-runtime-5.0.1-r1.ebuild rename sys-devel/clang-runtime/{clang-runtime-6.0.0.ebuild => clang-runtime-6.0.0-r1.ebuild} (80%) diff --git a/sys-devel/clang-runtime/clang-runtime-4.0.1-r1.ebuild b/sys-devel/clang-runtime/clang-runtime-4.0.1-r1.ebuild new file mode 100644 index 000000000000..34393f3f5c3f --- /dev/null +++ b/sys-devel/clang-runtime/clang-runtime-4.0.1-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit multilib-build + +DESCRIPTION="Meta-ebuild for clang runtime libraries" +HOMEPAGE="https://clang.llvm.org/" +SRC_URI="" + +LICENSE="metapackage" +SLOT="${PV%_*}" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="+compiler-rt crt libcxx openmp +sanitize" + +RDEPEND=" + compiler-rt? ( + ~sys-libs/compiler-rt-${PV}:${SLOT} + sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} ) + ) + crt? ( + || ( + sys-libs/netbsd-csu[${MULTILIB_USEDEP}] + sys-freebsd/freebsd-lib[${MULTILIB_USEDEP}] + ) + ) + libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) + openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )" + +REQUIRED_USE="sanitize? ( compiler-rt )" diff --git a/sys-devel/clang-runtime/clang-runtime-5.0.1-r1.ebuild b/sys-devel/clang-runtime/clang-runtime-5.0.1-r1.ebuild new file mode 100644 index 000000000000..38aa2c0fe1f5 --- /dev/null +++ b/sys-devel/clang-runtime/clang-runtime-5.0.1-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit multilib-build + +DESCRIPTION="Meta-ebuild for clang runtime libraries" +HOMEPAGE="https://clang.llvm.org/" +SRC_URI="" + +LICENSE="metapackage" +SLOT="${PV%_*}" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="+compiler-rt crt libcxx openmp +sanitize" + +RDEPEND=" + compiler-rt? ( + ~sys-libs/compiler-rt-${PV}:${SLOT} + sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} ) + ) + crt? ( + || ( + sys-libs/netbsd-csu[${MULTILIB_USEDEP}] + sys-freebsd/freebsd-lib[${MULTILIB_USEDEP}] + ) + ) + libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) + openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )" + +REQUIRED_USE="sanitize? ( compiler-rt )" diff --git a/sys-devel/clang-runtime/clang-runtime-6.0.0.ebuild b/sys-devel/clang-runtime/clang-runtime-6.0.0-r1.ebuild similarity index 80% rename from sys-devel/clang-runtime/clang-runtime-6.0.0.ebuild rename to sys-devel/clang-runtime/clang-runtime-6.0.0-r1.ebuild index da0933c9b990..5fdd2d6b0a90 100644 --- a/sys-devel/clang-runtime/clang-runtime-6.0.0.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-6.0.0-r1.ebuild @@ -12,13 +12,19 @@ SRC_URI="" LICENSE="metapackage" SLOT="${PV%_*}" KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="+compiler-rt libcxx openmp +sanitize" +IUSE="+compiler-rt crt libcxx openmp +sanitize" RDEPEND=" compiler-rt? ( ~sys-libs/compiler-rt-${PV}:${SLOT} sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} ) ) + crt? ( + || ( + sys-libs/netbsd-csu[${MULTILIB_USEDEP}] + sys-freebsd/freebsd-lib[${MULTILIB_USEDEP}] + ) + ) libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )" diff --git a/sys-devel/clang-runtime/clang-runtime-6.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-6.0.9999.ebuild index 333b352d98bd..65baa4349d60 100644 --- a/sys-devel/clang-runtime/clang-runtime-6.0.9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-6.0.9999.ebuild @@ -13,13 +13,19 @@ LICENSE="metapackage" # Note: keep it matching clang-9999 version SLOT="6.0.0" KEYWORDS="" -IUSE="+compiler-rt libcxx openmp +sanitize" +IUSE="+compiler-rt crt libcxx openmp +sanitize" RDEPEND=" compiler-rt? ( ~sys-libs/compiler-rt-${PV}:${SLOT} sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} ) ) + crt? ( + || ( + sys-libs/netbsd-csu[${MULTILIB_USEDEP}] + sys-freebsd/freebsd-lib[${MULTILIB_USEDEP}] + ) + ) libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )" diff --git a/sys-devel/clang-runtime/clang-runtime-9999.ebuild b/sys-devel/clang-runtime/clang-runtime-9999.ebuild index 5586ba0ef77f..dcd22734f007 100644 --- a/sys-devel/clang-runtime/clang-runtime-9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-9999.ebuild @@ -13,13 +13,19 @@ LICENSE="metapackage" # Note: keep it matching clang-9999 version SLOT="7.0.0" KEYWORDS="" -IUSE="+compiler-rt libcxx openmp +sanitize" +IUSE="+compiler-rt crt libcxx openmp +sanitize" RDEPEND=" compiler-rt? ( ~sys-libs/compiler-rt-${PV}:${SLOT} sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} ) ) + crt? ( + || ( + sys-libs/netbsd-csu[${MULTILIB_USEDEP}] + sys-freebsd/freebsd-lib[${MULTILIB_USEDEP}] + ) + ) libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )" diff --git a/sys-devel/clang-runtime/metadata.xml b/sys-devel/clang-runtime/metadata.xml index f761b620168e..bf616d36427c 100644 --- a/sys-devel/clang-runtime/metadata.xml +++ b/sys-devel/clang-runtime/metadata.xml @@ -6,6 +6,8 @@ Install sys-libs/compiler-rt for -rtlib=compiler-rt + Require a package providing crt*.o files to make it possible to build + software without GCC installed Install sys-libs/libcxx for -stdlib=libc++ Install sys-libs/libomp for -fopenmp support Enable compiler-rt sanitizer (-fsanitize*) support -- 2.26.2