Changeset 972c428c in mainline
- Timestamp:
- 2023-10-19T19:55:37Z (14 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a381b52
- Parents:
- 4ad76fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/qemu/build-from-scratch.sh
r4ad76fa r972c428c 108 108 echo "==== Configuring QEMU ====" 109 109 110 ./configure --target-list=i386-softmmu,x86_64-softmmu,arm-softmmu,aarch64-softmmu,ppc-softmmu,sparc64-softmmu,mips-softmmu,mipsel-softmmu --enable-gtk --enable-vte --enable-kvm --enable-curses --enable-opengl --enable- pa --audio-drv-list=pa --prefix="$INSTALL_PREFIX" || exit 1110 ./configure --target-list=i386-softmmu,x86_64-softmmu,arm-softmmu,aarch64-softmmu,ppc-softmmu,sparc64-softmmu,mips-softmmu,mipsel-softmmu --enable-gtk --enable-vte --enable-kvm --enable-curses --enable-opengl --enable-slirp --enable-pa --audio-drv-list=pa --prefix="$INSTALL_PREFIX" || exit 1 111 111 112 112 echo "==== Building QEMU ===="
Note:
See TracChangeset
for help on using the changeset viewer.