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