diff options
author | Gerion Entrup <gerion.entrup@flump.de> | 2024-06-25 10:50:27 +0200 |
---|---|---|
committer | Gerion Entrup <gerion.entrup@flump.de> | 2024-06-30 23:07:04 +0200 |
commit | 100b44dd67b506b6db4ca6aa2b38610bdedefc2a (patch) | |
tree | a5cdb600def731ed7a46e60971cdf9d5b48f4482 /sys-libs/libcxx/metadata.xml | |
parent | dev-python/ptpython: bump to 3.0.27 (diff) | |
download | gerislay-100b44dd67b506b6db4ca6aa2b38610bdedefc2a.tar.gz gerislay-100b44dd67b506b6db4ca6aa2b38610bdedefc2a.tar.bz2 gerislay-100b44dd67b506b6db4ca6aa2b38610bdedefc2a.zip |
clang: preperations
Signed-off-by: Gerion Entrup <gerion.entrup@flump.de>
Diffstat (limited to 'sys-libs/libcxx/metadata.xml')
-rw-r--r-- | sys-libs/libcxx/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-libs/libcxx/metadata.xml b/sys-libs/libcxx/metadata.xml new file mode 100644 index 0000000..413b6a0 --- /dev/null +++ b/sys-libs/libcxx/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>llvm@gentoo.org</email> + <name>LLVM Project</name> + </maintainer> + <use> + <flag name="clang">Force building using installed clang (rather + than the default CC/CXX; required for testing).</flag> + <flag name="libcxxabi">Build on top of <pkg>sys-libs/libcxxabi</pkg> instead of gcc's libsupc++ (avoids depending on gcc).</flag> + </use> + <upstream> + <remote-id type="github">llvm/llvm-project</remote-id> + </upstream> +</pkgmetadata> |