[Lunar-commits] <moonbase> qemu: only need i386-softmmu
samuel verstraete
samuel.verstraete at gmail.com
Mon Mar 9 19:32:27 CET 2009
- Previous message: [Lunar-commits] <moonbase> mpfr: removed MAINTAINER from DETAILS
- Next message: [Lunar-commits] <moonbase> xemacs, xemacs-base, xemacs-efs, xemacs-mule-sumo, xemacs-sumo: Version bumps to latest stable, 21.4.22, 2.19, 1.34, 2009-02-17, 2009-02-17, respectively.
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Lunar-commits] <moonbase> mpfr: removed MAINTAINER from DETAILS
- Next message: [Lunar-commits] <moonbase> xemacs, xemacs-base, xemacs-efs, xemacs-mule-sumo, xemacs-sumo: Version bumps to latest stable, 21.4.22, 2.19, 1.34, 2009-02-17, 2009-02-17, respectively.
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list