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