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