mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 01:21:27 +00:00
configure: don't check for host system
This is no longer used. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
e2b9a81da3
commit
2db92c8d14
14
configure
vendored
14
configure
vendored
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user