Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/qemu/build-from-scratch.sh

    raf8c793b r98e5a1a  
    2929#
    3030
    31 VERSION=3.1.0
     31VERSION=4.0.0
    3232BASENAME=qemu-${VERSION}
    3333BASENAME_MASTER=qemu-master
     
    106106echo "==== Configuring QEMU ===="
    107107
    108 ./configure --target-list=i386-softmmu,x86_64-softmmu,arm-softmmu,ppc-softmmu,sparc64-softmmu,mips-softmmu,mipsel-softmmu --audio-drv-list=pa
     108./configure --target-list=i386-softmmu,x86_64-softmmu,arm-softmmu,aarch64-softmmu,ppc-softmmu,sparc64-softmmu,mips-softmmu,mipsel-softmmu --audio-drv-list=pa
    109109
    110110echo "==== Building QEMU ===="
Note: See TracChangeset for help on using the changeset viewer.