# HG changeset patch # User "Yann E. MORIN" # Date 1271363651 -7200 # Node ID 86bcbc42c6df3d761848fbbc6a82585844f45ca8 # Parent bcc0d5943bfa7ce6a2257cefc2fb3d2dab6995b2 scripts: don't print the build system guess warning diff -r bcc0d5943bfa -r 86bcbc42c6df scripts/crosstool-NG.sh.in --- a/scripts/crosstool-NG.sh.in Tue Apr 13 23:26:12 2010 +0200 +++ b/scripts/crosstool-NG.sh.in Thu Apr 15 22:34:11 2010 +0200 @@ -331,7 +331,6 @@ fi # Determine build system if not set by the user - CT_Test "You did not specify the build system. That's OK, I can guess..." -z "${CT_BUILD}" case "${CT_BUILD}" in "") CT_BUILD=$("${CT_BUILD_PREFIX}gcc${CT_BUILD_SUFFIX}" -dumpmachine);; esac