diff -Naur crosstool-ng-1.5.3.orig/configure crosstool-ng-1.5.3/configure --- crosstool-ng-1.5.3.orig/configure 2010-01-09 12:37:14.000000000 -0500 +++ crosstool-ng-1.5.3/configure 2010-01-15 05:51:57.000000000 -0500 @@ -257,7 +257,7 @@ --with-*) set_tool "$1" "$2" && shift || shift 2;; --force) FORCE=1; shift;; --help|-h) do_help; exit 0;; - *) printf "Unrecognised option: '${1}'\n"; do_help; exit 1;; + *) printf "Unrecognised option: '${1}'\n"; shift 2;; esac done