diff --git a/configure b/configure index 24d019a112..ba228c6491 100755 --- a/configure +++ b/configure @@ -202,7 +202,7 @@ Optional Features: --without-libuv disable libuv dependency --with-rpath use rpath to build --with-compiler Define compiler to use (see mk/) (USERCC=gcc) - --with-ostype Choose OS type ( gnulinux windows darwin haiku ) (USEROSTYPE=auto) + --with-ostype Choose OS ( android windows wsl mingw32 bsd solaris gnulinux darwin haiku ) (USEROSTYPE=auto) --with-libversion specify different libversion (LIBVERSION=xxx) --without-jemalloc build without jemalloc --with-checks-level value between 0 and 3 to enable different level of assert (see R_CHECKS_LEVEL) (R_CHECKS_LEVEL=2) @@ -402,7 +402,7 @@ echo "ERROR: ${CC} cannot create executables" >&2 ; exit 1 ; fi ochof "checking for dynamic library... " HAVE_LIB_DL=0 -for OS in gnulinux linux gnu/kfreebsd syllable serenityos vinix sunos darwin beos solaris wsl ; do +for OS in gnulinux linux gnu/kfreebsd syllable sunos darwin beos solaris wsl ; do if [ "${HOST_OS}" = "${OS}" ]; then HAVE_LIB_DL=1 break; diff --git a/configure.acr b/configure.acr index 017f25b2ef..4f9c116372 100644 --- a/configure.acr +++ b/configure.acr @@ -147,7 +147,7 @@ ARG_WITH USE_RPATH rpath use rpath to build ; (( rules for the compiler )) ARG_WITH USERCC=gcc compiler Define compiler to use (see mk/) ; -ARG_WITH USEROSTYPE=auto ostype Choose OS type ( gnulinux windows darwin haiku ) ; +ARG_WITH USEROSTYPE=auto ostype Choose OS ( android windows wsl mingw32 bsd solaris gnulinux darwin haiku ) ; (( TODO: throw error if unknown ostype )) (( TODO: handle BSD os as different ostype? ))