cross
authorDebian Common Lisp Team <debian-common-lisp@lists.debian.org>
Wed, 28 Aug 2019 19:39:51 +0000 (20:39 +0100)
committerSébastien Villemot <sebastien@debian.org>
Wed, 28 Aug 2019 19:39:51 +0000 (20:39 +0100)
Gbp-Pq: Name cross.patch

m4/codeexec.m4

index 2d9eab3ab96366ba78f8c3a970b9e9b35940714d..5d5abcb8c13bf9bf6fcea0212d71781d2b2faaf2 100644 (file)
@@ -177,6 +177,7 @@ AC_DEFUN([FFCALL_CODEEXEC_PAX],
                   }
                  ],
                  [ffcall_cv_malloc_mprotect_can_exec=yes],
+                 [ffcall_cv_malloc_mprotect_can_exec=no],
                  [dnl When cross-compiling, assume SELinux on Linux.
                   dnl If we don't know, assume the worst.
                   case "$host_os" in
@@ -267,6 +268,7 @@ AC_DEFUN([FFCALL_CODEEXEC_PAX],
                       }
                      ],
                      [ffcall_cv_mmap_mprotect_can_exec=yes],
+                     [ffcall_cv_mmap_mprotect_can_exec=no],
                      [dnl When cross-compiling, assume SELinux on Linux.
                       dnl If we don't know, assume the worst.
                       case "$host_os" in
@@ -339,6 +341,7 @@ AC_DEFUN([FFCALL_CODEEXEC_PAX],
                         }
                        ],
                        [ffcall_cv_mmap_shared_can_exec=yes],
+                       [ffcall_cv_mmap_shared_can_exec=no],
                        [dnl When cross-compiling, assume yes, since this is the result
                         dnl on all the platforms where we have tested it.
                         ffcall_cv_mmap_shared_can_exec="guessing yes"