configure: uclinux is also linux

Linux systems on no-MMU platforms identify as uclinux. They are
otherwise identical to plain Linux.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
Baruch Siach 2018-06-13 20:48:34 +03:00 committed by Jaegeuk Kim
parent e6a759ffb4
commit eefe225a56

View File

@ -166,7 +166,7 @@ build_mac=no
# Detect the target system # Detect the target system
case "${host_os}" in case "${host_os}" in
linux*) linux*|uclinux*)
build_linux=yes build_linux=yes
;; ;;
cygwin*|mingw*) cygwin*|mingw*)