diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-03 21:00:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-03 21:39:17 +0200 |
commit | 9bc4f85609c4c642717d5d93ddb0ae47772d9a51 (patch) | |
tree | d21cc4ebd7a9a867312f71e0eb370d1646cccc35 /sys-devel/clang-runtime/metadata.xml | |
parent | profiles/arch/arm64: Mask sys-devel/clang-runtime[crt] (diff) | |
download | gentoo-9bc4f85609c4c642717d5d93ddb0ae47772d9a51.tar.gz gentoo-9bc4f85609c4c642717d5d93ddb0ae47772d9a51.tar.bz2 gentoo-9bc4f85609c4c642717d5d93ddb0ae47772d9a51.zip |
sys-devel/clang-runtime: Add USE=crt for (non-GCC) crt*.o files
Diffstat (limited to 'sys-devel/clang-runtime/metadata.xml')
-rw-r--r-- | sys-devel/clang-runtime/metadata.xml | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ </maintainer> <use> <flag name="compiler-rt">Install <pkg>sys-libs/compiler-rt</pkg> for -rtlib=compiler-rt</flag> + <flag name="crt">Require a package providing crt*.o files to make it possible to build + software without GCC installed</flag> <flag name="libcxx">Install <pkg>sys-libs/libcxx</pkg> for -stdlib=libc++</flag> <flag name="openmp">Install <pkg>sys-libs/libomp</pkg> for -fopenmp support</flag> <flag name="sanitize">Enable compiler-rt sanitizer (-fsanitize*) support</flag> |