blob: c6260bb7fb74052b969ef759929468c39415847f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?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="native-symlinks">
Install generic tool symlinks like 'objdump' and 'ranlib',
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/binutils-config</pkg> but they can be
helpful for binutils-free setups.
</flag>
</use>
</pkgmetadata>
|