# HG changeset patch # User Christophe Lincoln # Date 1305776118 -7200 # Node ID 3ab75c9a703d014f8d13928844d4d50866261817 # Parent 25e9c77f611c3192e84a1ec72bfadcb10407099a binutils: use --build and --host like it was in 3.0 and above so we got the correct tripplet diff -r 25e9c77f611c -r 3ab75c9a703d binutils/receipt --- a/binutils/receipt Thu May 19 03:54:02 2011 +0200 +++ b/binutils/receipt Thu May 19 05:35:18 2011 +0200 @@ -51,7 +51,9 @@ mkdir -p ../binutils-build && cd ../binutils-build $src/configure \ --program-prefix=$TOOLPREFIX \ - --enable-shared && + --enable-shared \ + --build=$BUILD_HOST \ + --host=$BUILD_HOST && make tooldir=/usr && # Install in binutils-build/ and then move the files to # to the source tree. Can't install directly... This is done