Files
gentoo/dev-util/mingw64-toolchain/metadata.xml
Ionen Wolkens ab40dd1735 dev-util/mingw64-toolchain: add IUSE=bin-symlinks
Kept off-by-default given crossdev is still preferred for
full featured mingw toolchain usage, just for anyone that
wants it (also works out better with ccache).

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2024-05-07 10:23:04 -04:00

21 lines
639 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ionen@gentoo.org</email>
<name>Ionen Wolkens</name>
</maintainer>
<use>
<flag name="bin-symlinks">
Symlink executables to usr/bin to be in default
PATH (conflicts with crossdev mingw, and crossdev
is preferable for a fully featured toolchain)
</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:gnu:gcc</remote-id>
<remote-id type="cpe">cpe:/a:gnu:binutils</remote-id>
<remote-id type="sourceforge">mingw-w64</remote-id>
</upstream>
</pkgmetadata>