diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2010-09-01 16:00:57 +0000 |
---|---|---|
committer | Kai Tietz <ktietz@gcc.gnu.org> | 2010-09-01 18:00:57 +0200 |
commit | d323f47ee01854e84cc0448b25880c393acd44b0 (patch) | |
tree | dfc9e4d08172496d6158c4f6d37fb2a134e037cb /gcc/config/i386/cygwin.h | |
parent | 4600a8d19780696f2f1cbc3ee2f8a1866278f49e (diff) | |
download | gcc-d323f47ee01854e84cc0448b25880c393acd44b0.tar.gz |
PR/target 45452
2010-09-01 Kai Tietz <kai.tietz@onevision.com>
PR/target 45452
* config/i386/cygwin.h: Change order of specified import libraries.
* config/i386/mingw32.h: Likewise.
* config/i386/t-cygwin: Likewise.
* config/i386/t-mingw32: Likewise.
* config/i386/t-mingw-w32: Likewise.
* config/i386/t-mingw-w64: Likewise.
From-SVN: r163738
Diffstat (limited to 'gcc/config/i386/cygwin.h')
-rw-r--r-- | gcc/config/i386/cygwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/cygwin.h b/gcc/config/i386/cygwin.h index 8a637e80ae5..a8d26e9558d 100644 --- a/gcc/config/i386/cygwin.h +++ b/gcc/config/i386/cygwin.h @@ -83,7 +83,7 @@ along with GCC; see the file COPYING3. If not see %{!mno-cygwin:-lcygwin} \ %{mno-cygwin:%{mthreads:-lmingwthrd} -lmingw32} \ %{mwindows:-lgdi32 -lcomdlg32} \ - -luser32 -lkernel32 -ladvapi32 -lshell32" + -ladvapi32 -lshell32 -luser32 -lkernel32" /* To implement C++ function replacement we always wrap the cxx malloc-like operators. See N2800 #17.6.4.6 [replacement.functions] */ |