Register $arch-linux-musl-gcc symlinks for cross-compiling
I noticed when cross-compiling the openssl Rust crate (with vendored openssl enabled) is looking for aarch64-linux-musl-gcc
, which doesn't exist on my system, only /usr/aarch64-linux-musl/bin/musl-gcc
does.
This patch creates a symlink that makes the build work out of the box.
Edited by kpcyrd