[glib: 1/2] macos: fix frexpl checks in cross-compilation
- From: Philip Withnall <pwithnall src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [glib: 1/2] macos: fix frexpl checks in cross-compilation
 
- Date: Wed, 25 Nov 2020 19:11:20 +0000 (UTC)
 
commit 64dda3ad87af85c657389ce69ec49204175d8332
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Nov 24 13:05:17 2020 +0000
    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
 glib/gnulib/gl_cv_func_frexpl_works/meson.build | 1 -
 1 file changed, 1 deletion(-)
---
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
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]