Compile&Run runtime tests with 4.0 corlib
[mono.git] / mono / mini / Makefile.am
index 33de0e42fb386036ac8ed0065f4dd1de09aa1e48..879147f9c00d08a512e51ad3bdbb359585d9d64b 100644 (file)
@@ -45,14 +45,14 @@ sgenstatic_libs = \
        $(monodir)/mono/utils/libmonoutils.la \
        $(GLIB_LIBS)
 
-CLASS=$(mcs_topdir)/class/lib/net_2_0
+CLASS=$(mcs_topdir)/class/lib/net_4_0
 
 RUNTIME_EXECUTABLE = $(if $(SGEN),$(top_builddir)/mono/mini/mono-sgen,$(top_builddir)/runtime/mono-wrapper)
 
 RUNTIME = MONO_PATH=$(CLASS) $(RUNTIME_EXECUTABLE)
 RUNTIME_AOTCHECK = MONO_PATH=$(CLASS):. $(RUNTIME_EXECUTABLE)
 
-MCS = $(RUNTIME_EXECUTABLE) $(mcs_topdir)/class/lib/build/mcs.exe -sdk:2 -unsafe -nowarn:0162
+MCS = $(RUNTIME) $(mcs_topdir)/class/lib/build/mcs.exe -unsafe -nowarn:0162
 ILASM = $(RUNTIME) $(CLASS)/ilasm.exe
 
 AM_CFLAGS = \