seanbaxter / circle

The compiler is available for download. Get it!
http://www.circle-lang.org/
2.35k stars 72 forks source link

Overriding linker path #137

Open cmarcelo opened 2 years ago

cmarcelo commented 2 years ago

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.