[Lunar-commits] r24784 - moonbase/trunk/devel/qemu

Auke Kok sofar at lunar-linux.org
Mon Jun 11 00:47:22 CEST 2007


Author: sofar
Date: 2007-06-11 00:47:21 +0200 (Mon, 11 Jun 2007)
New Revision: 24784

Modified:
   moonbase/trunk/devel/qemu/BUILD
Log:
Make gcc3 path adjustable

From:  sofar at foo-projects.org


Modified: moonbase/trunk/devel/qemu/BUILD
===================================================================
--- moonbase/trunk/devel/qemu/BUILD	2007-06-10 21:29:22 UTC (rev 24783)
+++ moonbase/trunk/devel/qemu/BUILD	2007-06-10 22:47:21 UTC (rev 24784)
@@ -6,7 +6,9 @@
     OPTS+=" --target-list=i386-user,i386-softmmu,arm-user,sparc-user,ppc-user"
   fi
 
-  default_build  &&
+  ./configure --prefix=/usr \
+                --cc=${GCC3_PREFIX:-/opt/lunar/gcc3}/bin/gcc &&
+  default_make  &&
 
   # qemu-doc.html may not exist, but it will be ignored if that is the case
   gather_docs TODO qemu-doc.html



More information about the Lunar-commits mailing list