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