mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 01:59:54 +00:00
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:
parent
e6a759ffb4
commit
eefe225a56
@ -166,7 +166,7 @@ build_mac=no
|
||||
|
||||
# Detect the target system
|
||||
case "${host_os}" in
|
||||
linux*)
|
||||
linux*|uclinux*)
|
||||
build_linux=yes
|
||||
;;
|
||||
cygwin*|mingw*)
|
||||
|
Loading…
Reference in New Issue
Block a user