wok diff gmp/receipt @ rev 10415

automake: Added cook_tmp_toolchain function to fix tazwok cook-toolchain.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 24 07:52:52 2011 +0000 (2011-05-24)
parents 79a8dffadd9f
children 4773dc63b2eb
line diff
     1.1 --- a/gmp/receipt	Thu Jan 27 00:20:50 2011 +0100
     1.2 +++ b/gmp/receipt	Tue May 24 07:52:52 2011 +0000
     1.3 @@ -16,9 +16,9 @@
     1.4  {	
     1.5  	cd $src
     1.6  	# gmp try to cook for 64bits system if kernel can support when using
     1.7 -	# tmp toolchain
     1.8 +	# tmp toolchain. Not only and this export does nothing !!!
     1.9  	export ABI=32
    1.10 -	./configure &&
    1.11 +	./configure $CONFIGURE_ARGS &&
    1.12  	make &&
    1.13  	# -j > 1 make install fails.
    1.14  	make -j 1 install