mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
Use the host-provided linker, like for arm64 targets on x64 too. The benefit of using our own linker is minimal, and given the age of it, requires an older CMake than we can provide in Gentoo. The future hopefully allows us to use lld one day instead, but for now drop using darwin-xtools based linker. Keep using the odcctools ld64 linker for 10.5 ppc though, as it has significant improvements over the host provided one. Bug: https://bugs.gentoo.org/963592 Signed-off-by: Fabian Groffen <grobian@gentoo.org>