#! /bin/sh

PATH="/usr/lib/gcc/riscv64-linux-musl/10.2.1/install-tools:$PATH"
export TARGET_MACHINE="riscv64-linux-musl"
exec fixinc.sh "$@"

