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
This commit is contained in:
Kai Tietz 2008-09-04 08:25:25 +00:00 committed by Kai Tietz
parent d789184e74
commit 48253184e5
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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>
* config/rs6000/rs6000.c (processor_target_table): Do not

View file

@ -2,4 +2,4 @@
NATIVE_SYSTEM_HEADER_DIR = /mingw/include
# MinGW-specific parts of LIB_SPEC
SHLIB_LC += -lmingw32 -lmingwex -lmoldname -lmsvcrt
SHLIB_LC = -lmingw32 -lmingwex -lmoldname -lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32