microsoft/openvmm

Public

mirrored fromhttps://github.com/microsoft/openvmmAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
971b7409adf03c9a0759f5573bc3366f54d5d489

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

build_support/underhill_cross/aarch64-underhill-musl-gcc

4lines · modecode

1#!/bin/sh
2
3script_dir="$(dirname "$0")"
4MUSL_ARCH=aarch64 MUSL_SYSROOT="$AARCH64_SYSROOT" exec "${REALGCC:-aarch64-linux-gnu-gcc}" "$@" -specs "$script_dir/musl-gcc.specs"
5