diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-10-16 16:21:33 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-10-16 16:21:33 +0200 |
commit | 2db92c8d141171efbab97f8301c46b5b215e417e (patch) | |
tree | 0803e07d009538c0a39edc2fd14be333354e1381 | |
parent | e2b9a81da34023db468b61caecf1b4799016f174 (diff) | |
download | crosstool-ng-2db92c8d141171efbab97f8301c46b5b215e417e.tar.gz crosstool-ng-2db92c8d141171efbab97f8301c46b5b215e417e.tar.bz2 crosstool-ng-2db92c8d141171efbab97f8301c46b5b215e417e.zip |
configure: don't check for host system
This is no longer used.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-rwxr-xr-x | configure | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -520,20 +520,6 @@ has_or_warn prog=svn \ kconfig=has_svn \ err="subversion is required to download eglibc" -# Host system checks - -printf "Checking for host system... " -host="$( uname -s )" -printf "%s\n" "${host}" -case "${host}" in - Linux) ;; - Cygwin) ;; - *) - printf " * Runing under %s is not fully tested\n" "${host}" - printf " * You may encounter some weird behavior\n" - ;; -esac - # Library checks libs_exts="so dylib a" |