diff options
Diffstat (limited to 'tools/depends/target/config.site.in')
-rw-r--r-- | tools/depends/target/config.site.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/depends/target/config.site.in b/tools/depends/target/config.site.in index 36bf2fced2..64c07369e4 100644 --- a/tools/depends/target/config.site.in +++ b/tools/depends/target/config.site.in @@ -15,7 +15,7 @@ STRIP="@STRIP@" RANLIB="@RANLIB@" OBJDUMP="@OBJDUMP@" -if test "@platform_os@" = "ios" ; then +if test "@platform_os@" = "darwin_embedded" ; then export AS="@prefix@/@tool_dir@/bin/gas-preprocessor.pl @CCACHE@ @CC@ -arch @use_cpu@" export CCAS="--tag CC @prefix@/@tool_dir@/bin/gas-preprocessor.pl @CCACHE@ @CC@ -arch @use_cpu@" fi @@ -82,7 +82,7 @@ ac_cv_file__proc_sys_kernel_core_pattern=no samba_cv_SYSCONF_SC_NPROCESSORS_ONLN=no libreplace_cv_HAVE_GETADDRINFO=no -if test "${PACKAGE_NAME}" = "Samba" -a "@platform_os@" = "ios"; then +if test "${PACKAGE_NAME}" = "Samba" -a "@platform_os@" = "darwin_embedded"; then # disable python support export PYTHON_VER=0.0 if test "@use_cpu@" != "arm64"; then @@ -146,7 +146,7 @@ if test "@platform_os@" = "osx" ; then fi -if test "@platform_os@" = "ios"; then +if test "@platform_os@" = "darwin_embedded"; then # Xcode 8 + 10.11, clock_gettime and getentropy is present # in 10.12 but will get wrongly detected if building on 10.11 ac_cv_search_clock_gettime=no |