[Lunar-commits] <moonbase> qemu: only need i386-softmmu

samuel verstraete samuel.verstraete at gmail.com
Mon Mar 9 19:32:27 CET 2009


commit 93c79dcf5f4dc0a46ff6b029aaa297bf68a82b17
Author: samuel verstraete <samuel.verstraete at gmail.com>
Date:   Mon Mar 9 19:32:27 2009 +0100

    qemu: only need i386-softmmu
---
 devel/qemu/BUILD |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/devel/qemu/BUILD b/devel/qemu/BUILD
index aa4ea30..1a48a20 100644
--- a/devel/qemu/BUILD
+++ b/devel/qemu/BUILD
@@ -2,12 +2,15 @@
 
   unset CFLAGS
 
+  OPTS+=" --extra-ldflags=-L/usr/X11R6/lib"
+  OTPS+=" --target-list=i386-softmmu"
   if [ ! -e /usr/X11R6/lib/libX11.a ]; then
     OPTS+=" --target-list=i386-user,i386-softmmu,arm-user,sparc-user,ppc-user"
   fi
 
   ./configure --prefix=/usr \
-                --cc=${GCC3_PREFIX:-/opt/lunar/gcc3}/bin/gcc &&
+               $OPTS         &&
+                  
   default_make  &&
 
   # qemu-doc.html may not exist, but it will be ignored if that is the case


More information about the Lunar-commits mailing list