From 25406304c92ff8d9dab22abdb33516f1e2cf3792 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 21 Oct 2014 17:30:24 +0100 Subject: [PATCH] wip --- qemu-configure-rune | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100755 qemu-configure-rune 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 \ +# -- 2.39.5