Changeset 0d9b4a8 in mainline


Ignore:
Timestamp:
2016-12-21T10:37:16Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bfa4ffa
Parents:
f297fa6
Message:

Upgrade to using QEMU 2.8.0

Location:
contrib/qemu
Files:
1 deleted
1 edited

Legend:

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

    rf297fa6 r0d9b4a8  
    2929#
    3030
    31 VERSION=2.7.0
     31VERSION=2.8.0
    3232BASENAME=qemu-${VERSION}
    3333BASENAME_MASTER=qemu-master
     
    3636URL=http://wiki.qemu-project.org/download/${TARBALL}
    3737REPO=git://git.qemu.org/qemu.git
    38 MD5="08d4d06d1cb598efecd796137f4844ab"
     38MD5="17940dce063b6ce450a12e719a6c9c43"
    3939
    4040if [ "$1" == "--master" ]; then
     
    5353        tar xvfj ${TARBALL}
    5454        cd ${SOURCEDIR}
    55         patch -p 1 <../integratorcm_init_memsz.patch
    5655fi
    5756
    58 ./configure --target-list=i386-softmmu,x86_64-softmmu,arm-softmmu,ppc-softmmu,sparc-softmmu,sparc64-softmmu,mips-softmmu,mipsel-softmmu --audio-drv-list=pa
     57./configure --target-list=i386-softmmu,x86_64-softmmu,arm-softmmu,ppc-softmmu,sparc64-softmmu,mips-softmmu,mipsel-softmmu --audio-drv-list=pa
    5958make -j 4
    6059sudo make install
Note: See TracChangeset for help on using the changeset viewer.