]> xenbits.xensource.com Git - people/liuw/rump-build-script-junk.git/commitdiff
XXX compile QEMU
authorWei Liu <wei.liu2@citrix.com>
Thu, 22 Jan 2015 14:30:08 +0000 (14:30 +0000)
committerWei Liu <wei.liu2@citrix.com>
Thu, 22 Jan 2015 15:33:10 +0000 (15:33 +0000)
qemu-configure-rune

index 414de323ff4f7d3c0119579c5d8dbe220e568935..0acab32ec96907546006197f05155fc511e40bea 100755 (executable)
@@ -1,4 +1,5 @@
 export PKG_CONFIG=/local/scratch/Rump-kernels/rump-build-script-junk/pkg-config
+CPPFLAGS="-U__SSE2__" \
 ./configure \
  --disable-linux-user \
  --cc=/local/scratch/Rump-kernels/rumpuser-xen/app-tools/rumpapp-xen-cc.configure \
@@ -8,14 +9,14 @@ export PKG_CONFIG=/local/scratch/Rump-kernels/rump-build-script-junk/pkg-config
                 --prefix=/local/scratch/Rump-kernels/prefix-qemu \
                 --libdir=/local/scratch/Rump-kernels/prefix-qemu/lib \
                 --source-path=. \
-                --extra-cflags="
+                --extra-cflags=" \
                 -I/local/scratch/Rump-kernels/xen.git/tools/../tools/include \
                 -I/local/scratch/Rump-kernels/xen.git/tools/../tools/libxc \
                 -I/local/scratch/Rump-kernels/xen.git/tools/../tools/xenstore \
                 -I/local/scratch/Rump-kernels/xen.git/tools/../tools/xenstore/compat \
                 -I/local/scratch/Rump-kernels/prefix/include \
                 " \
-                --extra-ldflags="
+                --extra-ldflags=" \
                 -L/local/scratch/Rump-kernels/xen.git/tools/../tools/libxc \
                 -L/local/scratch/Rump-kernels/xen.git/tools/../tools/xenstore \
                 -L/local/scratch/Rump-kernels/prefix/lib \
@@ -28,8 +29,10 @@ export PKG_CONFIG=/local/scratch/Rump-kernels/rump-build-script-junk/pkg-config
                 --includedir=/local/scratch/Rump-kernels/prefix/include \
                 --extra-cflags=-I/local/scratch/Rump-kernels/prefix/include \
                 --extra-ldflags=-I/local/scratch/Rump-kernels/prefix/lib \
-                --disable-guest-agent
-
+                --disable-guest-agent \
+                --disable-werror \
+                --with-coroutine=gthread --disable-coroutine-pool \
+                --audio-drv-list= \
 #                \
 #                --python=python \
 #