summaryrefslogtreecommitdiff
path: root/llvm-core/clang-toolchain-symlinks/metadata.xml
blob: bda35ed2cb00974240c05fd4cf56661fe88f6ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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>
  <origin>baldeagleos-repo</origin>
</pkgmetadata>