#!/bin/sh
echo "${0}: is not supported on $(uname -m)" 1>&2
echo "${0}: Report at https://github.com/LuaJIT/LuaJIT/issues/42" 1>&2
exit 1
