wok-next 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 25e9c77f611c
children fbf6c7c6b461
files binutils/receipt
line diff
     1.1 --- a/binutils/receipt	Thu May 19 03:54:02 2011 +0200
     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