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