wok-current rev 3947
Update: binutils (TOOLPREFIX check no longer needed)
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Sat Aug 22 11:51:34 2009 +0000 (2009-08-22) |
parents | 6c35279e2b5e |
children | 2ab43f4acf4e |
files | binutils/receipt |
line diff
1.1 --- a/binutils/receipt Sat Aug 22 17:28:41 2009 +0200 1.2 +++ b/binutils/receipt Sat Aug 22 11:51:34 2009 +0000 1.3 @@ -16,12 +16,6 @@ 1.4 # 1.5 compile_rules() 1.6 { 1.7 - # Determine if TOOLPREFIX has been defined in tazwok.conf 1.8 - if [ -z "$TOOLPREFIX" ] ; then 1.9 - # Provide a default value 1.10 - TOOLPREFIX=i486-pc-linux-gnu- 1.11 - fi 1.12 - 1.13 mkdir binutils-build && cd binutils-build 1.14 ../$PACKAGE-$VERSION/configure \ 1.15 --program-prefix=$TOOLPREFIX \