blob: 1a7fa76b8e24b228630e5f97c754c599d9317a93 [file] [log] [blame]
#!/bin/bash
cd /opt
export QEMU_LD_PREFIX=/usr/${HOST}
./configure ${HOST+--host=$HOST --disable-shared}
make
make dist
make check RUNTESTFLAGS="-a $RUNTESTFLAGS" || true