# HG changeset patch # User Matthew Sheets # Date 1250941894 0 # Node ID ad8ecdc56d8e9a7131c7579364dc755e60b6cfd9 # Parent 6c35279e2b5e5012a2c7f84205a61bbdb1f81355 Update: binutils (TOOLPREFIX check no longer needed) diff -r 6c35279e2b5e -r ad8ecdc56d8e binutils/receipt --- a/binutils/receipt Sat Aug 22 17:28:41 2009 +0200 +++ b/binutils/receipt Sat Aug 22 11:51:34 2009 +0000 @@ -16,12 +16,6 @@ # compile_rules() { - # Determine if TOOLPREFIX has been defined in tazwok.conf - if [ -z "$TOOLPREFIX" ] ; then - # Provide a default value - TOOLPREFIX=i486-pc-linux-gnu- - fi - mkdir binutils-build && cd binutils-build ../$PACKAGE-$VERSION/configure \ --program-prefix=$TOOLPREFIX \