scripts: don't print the build system guess warning
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Apr 15 22:34:11 2010 +0200 (2010-04-15)
changeset 191386bcbc42c6df
parent 1912 bcc0d5943bfa
child 1914 abbceddd82bb
scripts: don't print the build system guess warning
scripts/crosstool-NG.sh.in
     1.1 --- a/scripts/crosstool-NG.sh.in	Tue Apr 13 23:26:12 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