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