You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we eventually want to mount the compiler shards on a directory which contains the full triplet, not the ABI-agnostic one. Once #83 is resolved, this will allow use to effectively use two different compilers for the host (x86_64-linux-musl-cxx11, GCC v5+) and the target also when the target is x86_64-linux-musl-cxx03 with preferred GCC v4
The text was updated successfully, but these errors were encountered:
In
BinaryBuilderBase.jl/src/Rootfs.jl
Lines 164 to 166 in c67ccbe
x86_64-linux-musl-cxx11
, GCC v5+) and the target also when the target isx86_64-linux-musl-cxx03
with preferred GCC v4The text was updated successfully, but these errors were encountered: