summaryrefslogtreecommitdiff
path: root/sys-devel/lld-toolchain-symlinks/metadata.xml
blob: 69ca87c0178828c0d2364d1db941845ca2f30d28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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="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 'ld' symlink, as well as ${CTARGET}-ld.
			These symlinks are installed into slotted LLVM bindir,
			so they should not take precedence over symlinks installed
			into /usr/bin by <pkg>sys-devel/binutils-config</pkg>
			but they can be helpful for binutils-free setups.
		</flag>
	</use>
</pkgmetadata>