Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Henry <ludovic@xamarin.com>2016-05-14 00:33:06 +0300
committerLudovic Henry <ludovic@xamarin.com>2016-05-18 00:43:37 +0300
commit4f678b2ab065d913eb4e53980069da0fa5226f43 (patch)
tree8f5815478d09a6c39d5ce53b337d07600fe8c1a0 /configure.ac
parentcc3f4c60379c3839dd4259e171bb4539d21f2157 (diff)
[runtime] Remove support for NaCl
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index d46125cf4d8..cd431155819 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2549,9 +2549,6 @@ if test "x$enable_nacl_codegen" = "xyes"; then
MONO_NACL_ALIGN_MASK_OFF=1
AC_DEFINE(TARGET_NACL, 1, [...])
AC_DEFINE(__native_client_codegen__, 1, [...])
-else
- MONO_NACL_ALIGN_MASK_OFF=0
- AC_DEFINE(__default_codegen__, 1, [...])
fi
if test "x$enable_nacl_gc" = "xyes"; then
if test "x$TARGET" = "xAMD64" -o "x$TARGET" = "xX86"; then
@@ -3516,12 +3513,6 @@ if test ${TARGET} = ARM; then
fi
fi
-if test ${TARGET} = ARM; then
- if test "x${with_jumptables}" = "xyes"; then
- AC_DEFINE(USE_JUMP_TABLES, 1, Use jump tables in JIT)
- fi
-fi
-
if test ${TARGET} = unknown; then
CPPFLAGS="$CPPFLAGS -DNO_PORT"
AC_MSG_WARN("mono has not been ported to $host: some things may not work.")