Commit 6336305c authored by Łukasz Nowak's avatar Łukasz Nowak

- simplify autodetection of build hos for more reliable detection


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44682 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 00863b4c
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment