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:
parent
d789184e74
commit
48253184e5
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue