wok diff binutils/receipt @ rev 10013

binutils: use --build and --host like it was in 3.0 and above so we got the correct tripplet
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 19 05:35:18 2011 +0200 (2011-05-19)
parents 87ec64d4ad91
children cc4ff3002e6a
line diff
     1.1 --- a/binutils/receipt	Mon May 09 22:07:48 2011 +0000
     1.2 +++ b/binutils/receipt	Thu May 19 05:35:18 2011 +0200
     1.3 @@ -51,7 +51,9 @@
     1.4  	mkdir -p ../binutils-build && cd ../binutils-build
     1.5  	$src/configure \
     1.6  		--program-prefix=$TOOLPREFIX \
     1.7 -		--enable-shared &&
     1.8 +		--enable-shared \
     1.9 +		--build=$BUILD_HOST \
    1.10 +		--host=$BUILD_HOST &&
    1.11  	make tooldir=/usr &&
    1.12  	# Install in binutils-build/ and then move the files to
    1.13  	# to the source tree. Can't install directly... This is done