#!/bin/sh
set -x

if [ True = False ]; then
        echo "qemuwrapper: qemu usermode is not supported"
fi


qemu-aarch64 -r 3.14  -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib "$@"
