Skip to content

Instantly share code, notes, and snippets.

@kraj
Created August 29, 2018 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kraj/71aa71792721c5f17120f685fdeabb92 to your computer and use it in GitHub Desktop.
Save kraj/71aa71792721c5f17120f685fdeabb92 to your computer and use it in GitHub Desktop.
#!/bin/sh
set -x
if [ True = False ]; then
echo "qemuwrapper: qemu usermode is not supported"
fi
qemu-riscv64 -r 4.15 -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment