mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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>
21 lines
639 B
XML
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>
|