circle icon indicating copy to clipboard operation
circle copied to clipboard

Overriding linker path

Open cmarcelo opened this issue 3 years ago • 0 comments

Is there a way to override the linker path to use something other than "/usr/bin/ld"?

Context: trying to get circle working in NixOS, which keeps packages all separated from each other, so there's a directory for each of gcc (which includes libstdc++), glibc and binutils. Because they are all split, --gcc-toolchain option isn't sufficient.

cmarcelo avatar Oct 05 '22 05:10 cmarcelo