blob: 7251303092d10c3c88bcc619196197703d6fad0f [file] [log] [blame]
#!/bin/bash
set -e
set -vx
git clone --depth=1 -b powernv-6.1 git://github.com/open-power/qemu.git
cd qemu
git submodule update --init dtc
export CC="ccache gcc"
export CXX="ccache g++"
./configure --target-list=ppc64-softmmu --disable-werror
make -j $(grep -c processor /proc/cpuinfo)