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