summaryrefslogtreecommitdiffstats
path: root/opal-ci/build-qemu-powernv.sh
blob: d852eb98a5fab85e5dad36c6ad1414897312dbe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
set -e
set -vx

git clone --depth=1 -b powernv-2.12 git://github.com/legoater/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`
OpenPOWER on IntegriCloud