Changes in contrib/qemu/build-from-scratch.sh [af8c793b:98e5a1a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/qemu/build-from-scratch.sh
raf8c793b r98e5a1a 29 29 # 30 30 31 VERSION= 3.1.031 VERSION=4.0.0 32 32 BASENAME=qemu-${VERSION} 33 33 BASENAME_MASTER=qemu-master … … 106 106 echo "==== Configuring QEMU ====" 107 107 108 ./configure --target-list=i386-softmmu,x86_64-softmmu,arm-softmmu, ppc-softmmu,sparc64-softmmu,mips-softmmu,mipsel-softmmu --audio-drv-list=pa108 ./configure --target-list=i386-softmmu,x86_64-softmmu,arm-softmmu,aarch64-softmmu,ppc-softmmu,sparc64-softmmu,mips-softmmu,mipsel-softmmu --audio-drv-list=pa 109 109 110 110 echo "==== Building QEMU ===="
Note:
See TracChangeset
for help on using the changeset viewer.