]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc (i[34567]86-*-mingw32*): Make msvcrt-dependent version default.
authorDanny Smith <danny_r_smith_2001@yahoo.co.nz>
Wed, 10 Oct 2001 00:27:21 +0000 (00:27 +0000)
committerDJ Delorie <dj@gcc.gnu.org>
Wed, 10 Oct 2001 00:27:21 +0000 (20:27 -0400)
* config.gcc (i[34567]86-*-mingw32*): Make msvcrt-dependent
version default.

From-SVN: r46139

gcc/ChangeLog
gcc/config.gcc

index 4606ba77038e7d415bd5b069979e2f5fdf0dcb32..8f0465c9eaff6ab4c54a2d254403803a757c8101 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-09  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
+
+       * config.gcc (i[34567]86-*-mingw32*): Make msvcrt-dependent
+       version default.
+
 2001-10-09  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
 
        * config/i386/i386.c (ix86_attribute_table): Correct 
index d4b6f86b809f853f4f2f4cc2fab41bedf5fdb437..9536769265f66144bca03bda99e7bded6fd1402f 100644 (file)
@@ -1384,11 +1384,11 @@ i[34567]86-*-mingw32*)
        fi
        exeext=.exe
        case $machine in
-               *mingw32msv*)
-                       ;;
-               *minwg32crt* | *mingw32*)
+               *mingw32crt*)
                        tm_file="${tm_file} i386/crtdll.h"
                        ;;
+               *minwg32msv* | *mingw32*)
+                       ;;
        esac
        ;;
 i[34567]86-*-uwin*)