[llvm-commits] [dragonegg] r101242 - /dragonegg/trunk/extras/buildbot_self_strap

Duncan Sands baldrick at free.fr
Wed Apr 14 07:53:31 PDT 2010


Author: baldrick
Date: Wed Apr 14 09:53:31 2010
New Revision: 101242

URL: http://llvm.org/viewvc/llvm-project?rev=101242&view=rev
Log:
Experiment with having the buildbot build more languages.

Modified:
    dragonegg/trunk/extras/buildbot_self_strap

Modified: dragonegg/trunk/extras/buildbot_self_strap
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/extras/buildbot_self_strap?rev=101242&r1=101241&r2=101242&view=diff
==============================================================================
--- dragonegg/trunk/extras/buildbot_self_strap (original)
+++ dragonegg/trunk/extras/buildbot_self_strap Wed Apr 14 09:53:31 2010
@@ -11,7 +11,7 @@
 ln -sf $DRAGONEGG_SOURCE $BUILD_DIR/dragonegg
 
 export CPPFLAGS="-I/opt/cfarm/mpfr-2.4.1/include -I/opt/cfarm/gmp-4.2.4/include/ -I /opt/cfarm/mpc-0.8/include/"
-export GCC_OPTIONS="--with-mpfr=/opt/cfarm/mpfr-2.4.1 --with-gmp=/opt/cfarm/gmp-4.2.4 --with-mpc=/opt/cfarm/mpc-0.8 --with-libelf=/opt/cfarm/libelf-0.8.12"
+export GCC_OPTIONS="--enable-languages=c,c++,fortran,objc,obj-c++ --with-mpfr=/opt/cfarm/mpfr-2.4.1 --with-gmp=/opt/cfarm/gmp-4.2.4 --with-mpc=/opt/cfarm/mpc-0.8 --with-libelf=/opt/cfarm/libelf-0.8.12"
 
 cd $BUILD_DIR
 $DRAGONEGG_SOURCE/extras/do_self_strap





More information about the llvm-commits mailing list