summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2020-11-24 13:05:17 +0000
committerAndoni Morales Alastruey <ylatuya@gmail.com>2020-11-24 13:05:17 +0000
commit64dda3ad87af85c657389ce69ec49204175d8332 (patch)
treee06ee7ebd754244dc163dd458c9758e213ebf3d4
parent23ad18791dc2138bc6f5b98465c9e8e898cbdbbe (diff)
downloadglib-64dda3ad87af85c657389ce69ec49204175d8332.tar.gz
macos: fix frexpl checks in cross-compilation
Cross-compilation to arm64 for Apple Silicon is not possible due to the hardcoded settings for frexpl. See: #1868
-rw-r--r--glib/gnulib/gl_cv_func_frexpl_works/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/glib/gnulib/gl_cv_func_frexpl_works/meson.build b/glib/gnulib/gl_cv_func_frexpl_works/meson.build
index 303ec63d7..50e614e89 100644
--- a/glib/gnulib/gl_cv_func_frexpl_works/meson.build
+++ b/glib/gnulib/gl_cv_func_frexpl_works/meson.build
@@ -120,7 +120,6 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
else
if (host_system.startswith ('aix') or
host_system.startswith ('beos') or
- host_system.startswith ('darwin') or
host_system.startswith ('irix'))
gl_cv_func_frexpl_works = false
gl_cv_func_frexpl_broken_beyond_repair = true