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:
parent
3da1eb0bd6
commit
09eaf5a5ff
@ -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
|
||||
|
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user