[llvmonly] Remove bind-to-runtime-version from the aot flag used to compile the assem...
authorZoltan Varga <vargaz@gmail.com>
Fri, 29 Jan 2016 01:06:52 +0000 (20:06 -0500)
committerZoltan Varga <vargaz@gmail.com>
Fri, 29 Jan 2016 01:06:52 +0000 (20:06 -0500)
mcs/build/rules.make

index 7ff27755ec14cf257e2095cc12130540de46a6cb..b79132991eb70d573251668348c73d4038d5ec2a 100644 (file)
@@ -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