2009-10-09 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Thu, 8 Oct 2009 23:10:25 +0000 (23:10 -0000)
committerZoltan Varga <vargaz@gmail.com>
Thu, 8 Oct 2009 23:10:25 +0000 (23:10 -0000)
* Makefile (AOT_IN_PROFILES): Enable this in the net 2.0/4.0 profile.

svn path=/trunk/mcs/; revision=143815

mcs/class/corlib/ChangeLog
mcs/class/corlib/Makefile

index 844a2ec6159fdb55e108b4ef933b16ce0a184283..10792d8c0b1c683f337e9a7243c40c47758ffaf2 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-09  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile (AOT_IN_PROFILES): Enable this in the net 2.0/4.0 profile.
+
 2009-10-07  Sebastien Pouliot  <sebastien@ximian.com>
 
        * net_2_1_raw_corlib.dll.sources: Remove System/LocalDataStoreSlot.cs
@@ -13,7 +17,7 @@
        * net_2_1_raw_corlib.dll.sources: Add back UTF32 so smcs can compile
        more source files.
 
-2009-09-23  Sebastien Pouliot  <sebastien@ximian.com> 
+2009-09-23  Sebastien Pouliot  <sebastien@ximian.com>
 
        * net_2_1_bootstrap_corlib.dll.sources: Simply include net_2_1_raw*
 
index 076fbb6b0c4ee7b0972a93886d97535e51e9d326..3a361b78168c102b26218bbb757d475db19d6572 100644 (file)
@@ -11,7 +11,7 @@ LIBRARY_USE_INTERMEDIATE_FILE = yes
 LIBRARY_COMPILE = $(BOOT_COMPILE)
 LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)
 
-AOT_IN_PROFILES = net_1_1
+AOT_IN_PROFILES = net_2_0 net_4_0
 
 RESOURCE_FILES = \
        resources/collation.core.bin \