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>
|
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
|
||||||
|
@ -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*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user