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