cookutils rev 398

cook: default arch is i486
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 13 12:12:33 2012 +0200 (2012-05-13)
parents 3348b83ce2fa
children 4404a7c56359
files cook
line diff
     1.1 --- a/cook	Sun May 13 11:53:29 2012 +0200
     1.2 +++ b/cook	Sun May 13 12:12:33 2012 +0200
     1.3 @@ -1202,6 +1202,7 @@
     1.4  		esac
     1.5  
     1.6  		# Some packages are not included in some arch or fail to cross compile.
     1.7 +		: ${HOST_ARCH=i486}
     1.8  		if ! $(echo "$HOST_ARCH" | fgrep -q $ARCH); then
     1.9  			echo "cook: HOST_ARCH=$HOST_ARCH"
    1.10  			echo "cook: $pkg doesn't cook or is not included in: $ARCH"