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:
authorZoltan Varga <vargaz@gmail.com>2016-01-29 04:06:52 +0300
committerZoltan Varga <vargaz@gmail.com>2016-01-29 04:06:52 +0300
commitc52c794bcb09393fe0793becc46edf4a86607283 (patch)
treed1f8936346177d67c2ecda7d2e95c6ba305ad400
parent4b085e7bf76158d7264c1f047b0a6a55e936203b (diff)
[llvmonly] Remove bind-to-runtime-version from the aot flag used to compile the assemblies, it makes testing harder.
-rw-r--r--mcs/build/rules.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/build/rules.make b/mcs/build/rules.make
index 7ff27755ec1..b79132991eb 100644
--- a/mcs/build/rules.make
+++ b/mcs/build/rules.make
@@ -143,7 +143,7 @@ endif
# Set the options for building and running AOT
# The trampoline numbers are provisional, they are what is required
# to run the corlib test suite. They should be considered a lower bound.
-INVARIANT_AOT_OPTIONS=bind-to-runtime-version,nimt-trampolines=900,ntrampolines=8000
+INVARIANT_AOT_OPTIONS=nimt-trampolines=900,ntrampolines=8000
ifndef MONO_DISABLE_GSHAREDVT
INVARIANT_AOT_OPTIONS:=$(INVARIANT_AOT_OPTIONS),ngsharedvt-trampolines=900