gcc/config/i386/mingw32.h: Ensure `-lmsvcrt` precede `-lkernel32`
authorJonathan Yong <10walls@gmail.com>
Sat, 30 May 2020 03:53:16 +0000 (03:53 +0000)
committerJonathan Yong <10walls@gmail.com>
Sat, 30 May 2020 04:03:57 +0000 (04:03 +0000)
commit850533ab160ef40eccfd039e1e3b138cf26e76b8
tree4947f8b3bc6b3be085d29a1d5319164b5776908a
parentaef6e234a8a78db39b4ba034cc4c100c07c294a7
gcc/config/i386/mingw32.h: Ensure `-lmsvcrt` precede `-lkernel32`

This is necessary as libmsvcrt.a is not a pure import library, but
also contains some functions that invoke others in KERNEL32.DLL.

gcc/
* config/i386/mingw32.h (REAL_LIBGCC_SPEC): Insert -lkernel32
after -lmsvcrt. This is necessary as libmsvcrt.a is not a pure
import library, but also contains some functions that invoke
others in KERNEL32.DLL.

Signed-off-by: Liu Hao <lh_mouse@126.com>
Signed-off-by: Jonathan Yong <10walls@gmail.com>
gcc/config/i386/mingw32.h