[Erp5-report] r44682 luke - /erp5/trunk/buildout/software-profiles/gcc.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 28 18:26:33 CEST 2011


Author: luke
Date: Mon Mar 28 18:26:32 2011
New Revision: 44682

URL: http://svn.erp5.org?rev=44682&view=rev
Log:
 - simplify autodetection of build hos for more reliable detection

Modified:
    erp5/trunk/buildout/software-profiles/gcc.cfg

Modified: erp5/trunk/buildout/software-profiles/gcc.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/gcc.cfg?rev=44682&r1=44681&r2=44682&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/gcc.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/gcc.cfg [utf8] Mon Mar 28 18:26:32 2011
@@ -66,7 +66,11 @@ recipe = hexagonit.recipe.cmmi
 path = ${gcc-java-source:location}
 md5sum = bb3265edf0fa7543e50cedb93e04e427
 configure-command = make clean ; ./configure
+# GMP does not correctly detect achitecture so it have to be given
+# as hexagonit.recipe.cmmi is using shell expansion in subproceses
+# backticks are working
 configure-options =
+  --build=`uname -m`-linux
   --enable-languages=java
   --disable-multilib
   --with-gmp=${gmp:location}



More information about the Erp5-report mailing list