Hash : 042c6671 Author : Date : 2019-11-12T09:14:20
Download
1 2 3 4 5 6 7 8 9 10 11 12
#!/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