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]

Unreviewed Sept patch: Update config.gcc for mingw32 target


The patch submitted at:   
http://gcc.gnu.org/ml/gcc-patches/2001-09/msg01082.html

allows bootstap build foe mingw32 target using current default
C-runtime (msvcrt.dll, not the deprecated crtdll.dl).

Please apply to 3.0 branch and trunk.
Thanks

This is the patch again:

ChangeLog

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

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



RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.93
diff -u -p -r1.93 config.gcc
--- config.gcc	2001/10/04 08:38:40	1.93
+++ config.gcc	2001/10/08 21:08:43
@@ -1384,10 +1384,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]