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