]> xenbits.xensource.com Git - people/iwj/rump-build-script-junk.git/commitdiff
wip
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 21 Oct 2014 16:30:24 +0000 (17:30 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 21 Oct 2014 16:30:24 +0000 (17:30 +0100)
qemu-configure-rune [new file with mode: 0755]

diff --git a/qemu-configure-rune b/qemu-configure-rune
new file mode 100755 (executable)
index 0000000..cf70519
--- /dev/null
@@ -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 \
+#