scripts/crosstool-NG.sh.in
changeset 1913 86bcbc42c6df
parent 1894 faea3afad5c0
child 1927 aede9b9a2ffa
     1.1 --- a/scripts/crosstool-NG.sh.in	Sun Apr 11 15:37:53 2010 +0200
     1.2 +++ b/scripts/crosstool-NG.sh.in	Thu Apr 15 22:34:11 2010 +0200
     1.3 @@ -331,7 +331,6 @@
     1.4      fi
     1.5  
     1.6      # Determine build system if not set by the user
     1.7 -    CT_Test "You did not specify the build system. That's OK, I can guess..." -z "${CT_BUILD}"
     1.8      case "${CT_BUILD}" in
     1.9          "") CT_BUILD=$("${CT_BUILD_PREFIX}gcc${CT_BUILD_SUFFIX}" -dumpmachine);;
    1.10      esac