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