This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Config.gcc for mingw32


Mingw releases have been using msvcrt.dll as runtime lib for at least a
year.  Attached change makes this default for gcc build.


ChangeLog

	2001-09-26  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>

	* config.gcc (i[34567]86-*-mingw32*): Make msvcrt-dependent
	version default.
  


Index: gcc/config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.91
diff -u -p -r1.91 config.gcc
--- config.gcc	2001/09/18 21:51:52	1.91
+++ config.gcc	2001/09/25 21:56:27
@@ -1369,10 +1369,10 @@ i[34567]86-*-mingw32*)
 	fi
 	exeext=.exe
 	case $machine in
-		*mingw32msv*)
-			;;
-		*minwg32crt* | *mingw32*)
+		*mingw32crt*)
 			tm_file="${tm_file} i386/crtdll.h"
+			;;
+		*minwg32msv* | *mingw32*)
 			;;
 	esac
 	;; 
 



http://travel.yahoo.com.au - Yahoo! Travel
- Got Itchy feet? Get inspired!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]