summaryrefslogtreecommitdiff
path: root/scripts/crosstool-NG.sh.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-04-15 20:34:11 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-04-15 20:34:11 (GMT)
commit1f87ae813c327553cba14abfbfa25775c988b90f (patch)
treede467cab4d306a5813f1a57179b6ea36bd18f543 /scripts/crosstool-NG.sh.in
parent058aacce0a959dedb4623f90a1d4fbb8e85599ff (diff)
scripts: don't print the build system guess warning
Diffstat (limited to 'scripts/crosstool-NG.sh.in')
-rw-r--r--scripts/crosstool-NG.sh.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in
index bb80bc9..d4c8a7f 100644
--- a/scripts/crosstool-NG.sh.in
+++ b/scripts/crosstool-NG.sh.in
@@ -331,7 +331,6 @@ if [ -z "${CT_RESTART}" ]; then
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