diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:21:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:53:17 +0100 |
commit | 202d1183c1302539e4fc06635d1c8b8df733b6b9 (patch) | |
tree | 67402a382bf205eb8c81e8fc1de3aaaec5235803 /sys-devel/clang-toolchain-symlinks/metadata.xml | |
parent | Move {sys-devel → llvm-core}/clang-runtime (diff) | |
download | gentoo-202d1183c1302539e4fc06635d1c8b8df733b6b9.tar.gz gentoo-202d1183c1302539e4fc06635d1c8b8df733b6b9.tar.bz2 gentoo-202d1183c1302539e4fc06635d1c8b8df733b6b9.zip |
Move {sys-devel → llvm-core}/clang-toolchain-symlinks
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang-toolchain-symlinks/metadata.xml')
-rw-r--r-- | sys-devel/clang-toolchain-symlinks/metadata.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-devel/clang-toolchain-symlinks/metadata.xml b/sys-devel/clang-toolchain-symlinks/metadata.xml deleted file mode 100644 index bf4e9fc6a6ca..000000000000 --- a/sys-devel/clang-toolchain-symlinks/metadata.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?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> - </maintainer> - <use> - <flag name="gcc-symlinks"> - Install symlinks for 'gcc' and 'g++' for extra - compatibility. - </flag> - <flag name="multilib-symlinks"> - Install symlinks for all ABI CHOSTs. Note that this can - result in gcc being overrode for native builds, as well - as conflict with crossdev if used for the same targets. - </flag> - <flag name="native-symlinks"> - Install generic tool symlinks like 'cc' and 'c++', - as well as ${CTARGET}-*. These symlinks are installed - into slotted LLVM bindir, so they should not take precedence - over symlinks installed into /usr/bin - by <pkg>sys-devel/gcc-config</pkg> but they can be helpful - for GCC-free setups. - </flag> - </use> -</pkgmetadata> |