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

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

From-SVN: r46139
This commit is contained in:
Danny Smith 2001-10-10 00:27:21 +00:00 committed by DJ Delorie
parent 3da1eb0bd6
commit 09eaf5a5ff
2 changed files with 8 additions and 3 deletions

View 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

View 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*)