[cig-commits] r18280 - cs/buildbot/pylith_deps/src

brad at geodynamics.org brad at geodynamics.org
Fri Apr 22 08:01:03 PDT 2011


Author: brad
Date: 2011-04-22 08:01:03 -0700 (Fri, 22 Apr 2011)
New Revision: 18280

Modified:
   cs/buildbot/pylith_deps/src/makefile
Log:
Turn off libs for multiple architectures in gcc build.

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2011-04-22 09:16:54 UTC (rev 18279)
+++ cs/buildbot/pylith_deps/src/makefile	2011-04-22 15:01:03 UTC (rev 18280)
@@ -63,6 +63,7 @@
 	cd gcc-4.5.2-build && \
 		../gcc-4.5.2/configure --prefix=$(HOME)/install/$(BUILDBOT) \
 			--enable-languages=c,c++,fortran \
+			--disable-multilib \
 			$(GCC_EXTRAARGS) && \
 		make -j $(MAKE_THREADS) && \
 		make install



More information about the CIG-COMMITS mailing list