[cig-commits] r18281 - short/3D/PyLith/pylith_installer/trunk

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


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

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
Log:
Turn off libs for multiple architectures in gcc build.

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-04-22 15:01:03 UTC (rev 18280)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-04-22 15:01:51 UTC (rev 18281)
@@ -155,8 +155,9 @@
 		ln -sf mpfr-$(MPFR_VER)/ mpfr
 	$(MKDIR_P) gcc-build
 	cd gcc-build && \
-		../gcc-$(GCC_VER)/configure --prefix=$(prefix) \
-			--enable-languages=$(gcc_languages) && \
+		../gcc-4.5.2/configure --prefix=$(prefix) \
+			--disable-multilib \
+			--enable-languages=$(LANGUAGES) && \
 		make -j $(make_threads) && \
 		make install && \
 		touch ../installed_compilers



More information about the CIG-COMMITS mailing list