Files
gentoo/sys-libs/libcxx/metadata.xml
Michał Górny fffbaa1bee sys-libs/libcxx: Remove inactive maintainer
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2022-10-17 17:40:34 +02:00

18 lines
718 B
XML

<?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>
<flag name="libunwind">Use libunwind instead of libgcc_s for stack unwinding, thus avoiding dependence on gcc.</flag>
</use>
<upstream>
<remote-id type="github">llvm/llvm-project</remote-id>
</upstream>
</pkgmetadata>