guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 329/437: cross: Provide the action for the cross compili


From: Andy Wingo
Subject: [Guile-commits] 329/437: cross: Provide the action for the cross compiling case
Date: Mon, 2 Jul 2018 05:14:48 -0400 (EDT)

wingo pushed a commit to branch lightning
in repository guile.

commit e98640e1ac160034fe65346f68c5ade90d6b2032
Author: Holger Hans Peter Freyther <address@hidden>
Date:   Sat Nov 1 21:14:07 2014 +0100

    cross: Provide the action for the cross compiling case
    
    Assume that the functionality is not present
---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 031279d..a36bed6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -184,7 +184,7 @@ elif test $cpu = x86; then
                          : "0" (1));
        return (edx & 1 << 26) ? 0 : 1;
     }
-    ]])],[ac_cv_test_x86_x87=yes],[][])
+    ]])],[ac_cv_test_x86_x87=yes],[],[ac_cv_test_x86_x87=no])
 elif test $cpu = arm; then
     AC_RUN_IFELSE([AC_LANG_SOURCE([[
     #include <stdio.h>
@@ -207,7 +207,7 @@ elif test $cpu = arm; then
     #endif
        return 1;
     }
-    ]])],[ac_cv_test_arm_arm=yes],[][])
+    ]])],[ac_cv_test_arm_arm=yes],[],[ac_cv_test_arm_arm=no])
     AC_RUN_IFELSE([AC_LANG_SOURCE([[
     #include <stdio.h>
     int main(void) {
@@ -229,7 +229,7 @@ elif test $cpu = arm; then
     #endif
        return 1;
     }
-    ]])],[ac_cv_test_arm_swf=yes],[][])
+    ]])],[ac_cv_test_arm_swf=yes],[],[ac_cv_test_arm_swf=no])
 fi
 CFLAGS=$save_CFLAGS
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]