[Lunar-commits] CVS: moonbase/devel/qemu BUILD,1.2,1.3
Terry Chan
tchan at lunar-linux.org
Fri Mar 19 04:52:32 GMT 2004
Update of /var/cvs/lunar/moonbase/devel/qemu
In directory dbguin.lunar-linux.org:/tmp/cvs-serv9372
Modified Files:
BUILD
Log Message:
Modified the target-list to prevent qemu-fast from building (which requires
static X11 libs and we currently don't support that in Lunar).
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/qemu/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 19 Mar 2004 02:11:57 -0000 1.2
+++ BUILD 19 Mar 2004 04:52:30 -0000 1.3
@@ -1,6 +1,10 @@
(
- ./configure --prefix=/usr $OPTS &&
+ # Had to add the target-list, otherwise it builds i386 target which needs
+ # static X11 libs, like libX11.a and libXext.a
+ ./configure --prefix=/usr \
+ --target-list="i386-user i386-softmmu arm-user sparc-user ppc-user" \
+ $OPTS &&
default_make &&
mkdir -p $DOCUMENT_DIRECTORY/qemu &&
cp qemu-doc.html TODO $DOCUMENT_DIRECTORY/qemu/
More information about the Lunar-commits
mailing list