Commit 48253184 by Kai Tietz Committed by Kai Tietz

t-mingw32 (SHLIB_LC): Change order of import libraries.

2008-09-04  Kai Tietz  <kai.tietz@onevision.com>

	* config/i386/t-mingw32 (SHLIB_LC): Change order of import
	libraries.

From-SVN: r139977
parent d789184e
2008-09-04 Kai Tietz <kai.tietz@onevision.com>
* config/i386/t-mingw32 (SHLIB_LC): Change order of import
libraries.
2008-09-03 David Edelsohn <edelsohn@gnu.org> 2008-09-03 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000.c (processor_target_table): Do not * config/rs6000/rs6000.c (processor_target_table): Do not
......
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
NATIVE_SYSTEM_HEADER_DIR = /mingw/include NATIVE_SYSTEM_HEADER_DIR = /mingw/include
# MinGW-specific parts of LIB_SPEC # MinGW-specific parts of LIB_SPEC
SHLIB_LC += -lmingw32 -lmingwex -lmoldname -lmsvcrt SHLIB_LC = -lmingw32 -lmingwex -lmoldname -lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32
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