#!/bin/sh
exec "${REALGCC:-aarch64-linux-gnu-gcc}" "$@" -specs "/usr/aarch64-linux-musl/lib/musl/lib/musl-gcc.specs"
