mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
Currently this is in the process of being supported as a build option by GCC[1]. Verified functionality by building app-editors/nano with -fuse-ld=wild. Known Issues: - Errors when given Gentoo's QA LDFLAG, --defsym=__gentoo_check_ldflags__=0[2] [1]: https://gcc.gnu.org/pipermail/gcc-patches/2025-November/700847.html [2]: https://github.com/davidlattimore/wild/issues/1350 Signed-off-by: Christopher Fore <csfore@posteo.net> Part-of: https://github.com/gentoo/gentoo/pull/44837 Closes: https://github.com/gentoo/gentoo/pull/44837 Signed-off-by: Sam James <sam@gentoo.org>
20 lines
625 B
XML
20 lines
625 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>csfore@posteo.net</email>
|
|
<name>Christopher Fore</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>toolchain@gentoo.org</email>
|
|
<name>Gentoo Toolchain Project</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">davidlattimore/wild</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|