microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fc743fadf88ffaa3e2824e7cbcdd01012f64c675

Branches

Tags

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

Clone

HTTPS

Download ZIP

build_support/underhill_cross/x86_64-underhill-musl-gcc

4lines · modecode

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