Linux systems on no-MMU platforms identify as uclinux. They are otherwise identical to plain Linux.
Signed-off-by: Baruch Siach <[email protected]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a3ff12bf3de9..2b13be5b09f9 100644 --- a/configure.ac +++ b/configure.ac @@ -166,7 +166,7 @@ build_mac=no # Detect the target system case "${host_os}" in -linux*) +linux*|uclinux*) build_linux=yes ;; cygwin*|mingw*) -- 2.17.1 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
