#! /bin/sh

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

