From 30b3440cfd378dc67111b1380f2654334d048659 Mon Sep 17 00:00:00 2001 From: Iain Sandoe Date: Thu, 26 May 2016 08:55:04 +0100 Subject: [Darwin, configure] Allow configure to work for -*-darwin. The exec configury is appropriate for all current targets (including using older tools on them). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9483b28..e49a788 100644 --- a/configure.ac +++ b/configure.ac @@ -197,7 +197,7 @@ case "$target" in [Cannot use PROT_EXEC on this target, so, we revert to alternative means]) ;; - *-apple-darwin1* | *-*-freebsd* | *-*-kfreebsd* | *-*-openbsd* | *-pc-solaris*) + *-apple-darwin* | *-*-freebsd* | *-*-kfreebsd* | *-*-openbsd* | *-pc-solaris*) AC_DEFINE(FFI_MMAP_EXEC_WRIT, 1, [Cannot use malloc on this target, so, we revert to alternative means]) -- cgit v1.2.1