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