JuliaPackaging / BinaryBuilderBase.jl

https://juliapackaging.github.io/BinaryBuilderBase.jl/stable
MIT License
11 stars 31 forks source link

Fixup lld code even more and make sure gcc can use it #350

Closed gbaraldi closed 9 months ago

gbaraldi commented 9 months ago

Fixes https://github.com/JuliaPackaging/BinaryBuilderBase.jl/issues/349. Though -fuse-ld=lld is only available to GCC9 and up IIRC. Also supercedes https://github.com/JuliaPackaging/BinaryBuilderBase.jl/pull/342