[llvm-commits] [dragonegg] r110572 - /dragonegg/trunk/extras/do_self_strap
Duncan Sands
baldrick at free.fr
Mon Aug 9 06:00:33 PDT 2010
Author: baldrick
Date: Mon Aug 9 08:00:33 2010
New Revision: 110572
URL: http://llvm.org/viewvc/llvm-project?rev=110572&view=rev
Log:
Revert the previous commit. The buildbot hardware is failing,
which is hard to work around in software!
Modified:
dragonegg/trunk/extras/do_self_strap
Modified: dragonegg/trunk/extras/do_self_strap
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/extras/do_self_strap?rev=110572&r1=110571&r2=110572&view=diff
==============================================================================
--- dragonegg/trunk/extras/do_self_strap (original)
+++ dragonegg/trunk/extras/do_self_strap Mon Aug 9 08:00:33 2010
@@ -57,7 +57,7 @@
--disable-threads --enable-debug-symbols $LLVM_OPTIONS"
COMPARE="cmp --ignore-initial=16" # How to compare object files
-MAKE="nice -n 20 make -j2 -l1" # How to run make
+MAKE="nice -n 20 make -j3 -l2" # How to run make
MAKE_INSTALL="nice -n 20 make install" # How to run make install
More information about the llvm-commits
mailing list