Commit 09eaf5a5 by Danny Smith Committed by DJ Delorie

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
parent 3da1eb0b
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
min_len, max_len fields for dllimport, dllexport and shared.
......
......@@ -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*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment