Changes in contrib/qemu/build-from-scratch.sh [0d9b4a8:38097a43] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/qemu/build-from-scratch.sh
r0d9b4a8 r38097a43 29 29 # 30 30 31 VERSION=2. 8.031 VERSION=2.7.0 32 32 BASENAME=qemu-${VERSION} 33 33 BASENAME_MASTER=qemu-master … … 36 36 URL=http://wiki.qemu-project.org/download/${TARBALL} 37 37 REPO=git://git.qemu.org/qemu.git 38 MD5=" 17940dce063b6ce450a12e719a6c9c43"38 MD5="08d4d06d1cb598efecd796137f4844ab" 39 39 40 40 if [ "$1" == "--master" ]; then … … 53 53 tar xvfj ${TARBALL} 54 54 cd ${SOURCEDIR} 55 patch -p 1 <../integratorcm_init_memsz.patch 55 56 fi 56 57 57 ./configure --target-list=i386-softmmu,x86_64-softmmu,arm-softmmu,ppc-softmmu,sparc 64-softmmu,mips-softmmu,mipsel-softmmu --audio-drv-list=pa58 ./configure --target-list=i386-softmmu,x86_64-softmmu,arm-softmmu,ppc-softmmu,sparc-softmmu,sparc64-softmmu,mips-softmmu,mipsel-softmmu --audio-drv-list=pa 58 59 make -j 4 59 60 sudo make install
Note:
See TracChangeset
for help on using the changeset viewer.