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:
authorMiguel de Icaza <miguel@gnome.org>2010-06-24 04:11:13 +0400
committerMiguel de Icaza <miguel@gnome.org>2010-06-24 04:11:13 +0400
commitff4f943454cd421b6cc549b346fa684161616061 (patch)
treee14dbf86da62696c4ebdcd0477a7fc8d1eba29c4 /ChangeLog
parent48eb257d5c0dd1156831056ba71de5a1caebf6c5 (diff)
2010-06-23 Miguel de Icaza <miguel@novell.com>
* configure.in: By default, we will now also buils an SGen-aware VM by default. This can be turned off by using the --with-sgen=no command line option. 2010-06-23 Miguel de Icaza <miguel@novell.com> * Makefile.am: Add support for building a sgen-aware versions of the libraries: libmonoruntimesgen.la libmonoruntimesgen-static.la, they share all the components of the default, but use a differen set of CFLAGS to enable SGEN instead. 2010-06-23 Miguel de Icaza <miguel@novell.com> * Makefile.am: Build the mono-sgen binary a Mono VM with the Sgen GC enabled as well as libmono-sgen-2.0 and libomonosgen-static svn path=/trunk/mono/; revision=159468
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5699caa54f..8018cafe939 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2010-06-23 Miguel de Icaza <miguel@novell.com>
+ * configure.in: By default, we will now also buils an SGen-aware
+ VM by default. This can be turned off by using the
+ --with-sgen=no command line option.
+
+ Two binaries are produced now: mono and mono-sgen
+
+ --- First Pass ---
+
* configure.in: Remove redundant setting of variables in non-Boehm
cases.