From: Ian Jackson Date: Tue, 21 Oct 2014 16:30:24 +0000 (+0100) Subject: wip X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=25406304c92ff8d9dab22abdb33516f1e2cf3792;p=people%2Fliuw%2Frump-build-script-junk.git wip --- 25406304c92ff8d9dab22abdb33516f1e2cf3792 diff --git a/qemu-configure-rune b/qemu-configure-rune new file mode 100755 index 0000000..cf70519 --- /dev/null +++ b/qemu-configure-rune @@ -0,0 +1,34 @@ + ./configure \ + --disable-linux-user \ + --cc=/u/iwj/work/Rump-kernels/rumpuser-xen/app-tools/rumpapp-xen-cc.configure \ + --static --cxx=false \ + --enable-xen --target-list=i386-softmmu \ + --enable-debug --enable-trace-backend=stderr \ + --prefix=/u/iwj/work/Rump-kernels/prefix-qemu \ + --libdir=/u/iwj/work/Rump-kernels/prefix-qemu/lib \ + --source-path=. \ + --extra-cflags=" + -I/u/iwj/work/Rump-kernels/xen.git/tools/../tools/include \ + -I/u/iwj/work/Rump-kernels/xen.git/tools/../tools/libxc \ + -I/u/iwj/work/Rump-kernels/xen.git/tools/../tools/xenstore \ + -I/u/iwj/work/Rump-kernels/xen.git/tools/../tools/xenstore/compat \ + -I/u/iwj/work/Rump-kernels/prefix/include \ + " \ + --extra-ldflags=" + -L/u/iwj/work/Rump-kernels/xen.git/tools/../tools/libxc \ + -L/u/iwj/work/Rump-kernels/xen.git/tools/../tools/xenstore \ + -L/u/iwj/work/Rump-kernels/prefix/lib \ + " + --bindir=/u/iwj/work/Rump-kernels/prefix-qemu/bin \ + --datadir=/u/iwj/work/Rump-kernels/prefix-qemu/share/qemu-xen \ + --localstatedir=/var \ + --disable-kvm \ + --disable-docs \ + --includedir=/u/iwj/work/Rump-kernels/prefix/include \ + --extra-cflags=-I/u/iwj/work/Rump-kernels/prefix/include \ + --extra-ldflags=-I/u/iwj/work/Rump-kernels/prefix/lib \ + --disable-guest-agent + +# \ +# --python=python \ +#