configure: uclinux is also linux
authorBaruch Siach <baruch@tkos.co.il>
Wed, 13 Jun 2018 17:48:34 +0000 (20:48 +0300)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 28 Aug 2018 06:49:26 +0000 (23:49 -0700)
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>
configure.ac

index f04f281..75a0c7a 100644 (file)
@@ -166,7 +166,7 @@ build_mac=no
 
 # Detect the target system
 case "${host_os}" in
-linux*)
+linux*|uclinux*)
        build_linux=yes
        ;;
 cygwin*|mingw*)