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