I've been building all of a minimal Nixos using the gold linker and
have run into an issue that has me stumped.

glibc can not currently be built with gold so I've tried to
overrideGCC to one wrapped using the original binutils, which works
for other derivations.  Unfortunately the dependency of gcc on glibc
creates an infinite loop.  To break this I'd like to use the default
gcc but replace only the binutils in use.  Not unexpectedly the
gcc-wrapper used to build glibc still wants to use gold.

??

Rohan
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to