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