فهرست منبع

2004-08-17 Zoltan Varga <[email protected]>

	* configure.in (PLATFORM_WIN32): Make the included libgc the default on windows.

svn path=/trunk/mono/; revision=32449
Zoltan Varga 21 سال پیش
والد
کامیت
2038452110
2فایلهای تغییر یافته به همراه7 افزوده شده و 3 حذف شده
  1. 4 0
      ChangeLog
  2. 3 3
      configure.in

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2004-08-17  Zoltan Varga  <[email protected]>
+
+	* configure.in (PLATFORM_WIN32): Make the included libgc the default on windows.
+
 2004-08-17  Dick Porter  <[email protected]>
 
 	* configure.in: Correct intl library for FreeBSD and OpenBSD.

+ 3 - 3
configure.in

@@ -42,7 +42,7 @@ case "$host" in
 	*-*-mingw*|*-*-cygwin*)
 		platform_win32=yes
 		AC_DEFINE(PLATFORM_WIN32,1,[Platform is Win32])
-		CC="gcc -mno-cygwin"
+		CC="gcc -mno-cygwin -g"
 		HOST_CC="gcc"
 		# So libgc configure gets -mno-cygwin
 		export CC
@@ -51,8 +51,8 @@ case "$host" in
 		CPPFLAGS="$CPPFLAGS -DWIN32_THREADS"
 		libdl=
 		libgc_threads=win32
-		gc_default=boehm 
-		with_nptl=no
+		gc_default=included
+		with_nptl=default
 		with_sigaltstack=no
 		LN_S=cp