This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Config.gcc for mingw32
- To: gcc-patches at gcc dot gnu dot org
- Subject: Config.gcc for mingw32
- From: Danny Smith <danny_r_smith_2001 at yahoo dot co dot nz>
- Date: Wed, 26 Sep 2001 08:13:29 +1000 (EST)
- Cc: mingw-dvlpr <mingw-dvlpr at lists dot sourceforge dot net>
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!