mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
17 lines
670 B
XML
17 lines
670 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>toolchain@gentoo.org</email>
|
|
<name>Gentoo Toolchain Project</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="cc-wrappers">Install and manage 'cc' and 'f77' wrappers in /usr/bin. Otherwise ignore them.</flag>
|
|
<flag name="native-symlinks">Install native symlinks like 'gcc' or 'g++' to /usr/bin. Otherwise keep only ${CTARGET}-gcc and friends.</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="gentoo">proj/gcc-config</remote-id>
|
|
<remote-id type="github">gentoo/gcc-config</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|