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> 2001-10-09 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
* config/i386/i386.c (ix86_attribute_table): Correct * config/i386/i386.c (ix86_attribute_table): Correct

View File

@ -1384,11 +1384,11 @@ i[34567]86-*-mingw32*)
fi fi
exeext=.exe exeext=.exe
case $machine in case $machine in
*mingw32msv*) *mingw32crt*)
;;
*minwg32crt* | *mingw32*)
tm_file="${tm_file} i386/crtdll.h" tm_file="${tm_file} i386/crtdll.h"
;; ;;
*minwg32msv* | *mingw32*)
;;
esac esac
;; ;;
i[34567]86-*-uwin*) i[34567]86-*-uwin*)