Changeset 0d9b4a8 in mainline
- Timestamp:
- 2016-12-21T10:37:16Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bfa4ffa
- Parents:
- f297fa6
- Location:
- contrib/qemu
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/qemu/build-from-scratch.sh
rf297fa6 r0d9b4a8 29 29 # 30 30 31 VERSION=2. 7.031 VERSION=2.8.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=" 08d4d06d1cb598efecd796137f4844ab"38 MD5="17940dce063b6ce450a12e719a6c9c43" 39 39 40 40 if [ "$1" == "--master" ]; then … … 53 53 tar xvfj ${TARBALL} 54 54 cd ${SOURCEDIR} 55 patch -p 1 <../integratorcm_init_memsz.patch56 55 fi 57 56 58 ./configure --target-list=i386-softmmu,x86_64-softmmu,arm-softmmu,ppc-softmmu,sparc -softmmu,sparc64-softmmu,mips-softmmu,mipsel-softmmu --audio-drv-list=pa57 ./configure --target-list=i386-softmmu,x86_64-softmmu,arm-softmmu,ppc-softmmu,sparc64-softmmu,mips-softmmu,mipsel-softmmu --audio-drv-list=pa 59 58 make -j 4 60 59 sudo make install
Note:
See TracChangeset
for help on using the changeset viewer.