[Lunar-commits] r21403 - moonbase/trunk/zbeta/hvirtual
Dennis Veatch
stumbles at lunar-linux.org
Wed Sep 13 14:08:19 UTC 2006
Author: stumbles
Date: 2006-09-13 14:08:19 +0000 (Wed, 13 Sep 2006)
New Revision: 21403
Modified:
moonbase/trunk/zbeta/hvirtual/BUILD
Log:
This avoids an internal compiler error during make.
Modified: moonbase/trunk/zbeta/hvirtual/BUILD
===================================================================
--- moonbase/trunk/zbeta/hvirtual/BUILD 2006-09-13 10:53:55 UTC (rev 21402)
+++ moonbase/trunk/zbeta/hvirtual/BUILD 2006-09-13 14:08:19 UTC (rev 21403)
@@ -1,7 +1,18 @@
(
- ./autogen.sh &&
+ ./autogen.sh &&
- default_build
+ ./configure --prefix=/usr \
+ $OPTS &&
+
+# This is needed to avoid an internal compiler error
+
+ cd guicast &&
+ make CXXFLAGS='-O0 -g' bcpan.lo &&
+ cd .. &&
+
+ default_make
+
+
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list