diff options
| author | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-15 04:58:22 +0000 |
|---|---|---|
| committer | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-15 04:58:22 +0000 |
| commit | 552fa8a24cc6e8fd57a6ee0ab24e6444877bbb74 (patch) | |
| tree | 66f1e42cb279ca68b7daf51c8d83df1fe4c8fd23 | |
| parent | 4d9fa6a8230b4ac0e27c26e3b3c978e59b304a76 (diff) | |
| download | ppe42-gcc-552fa8a24cc6e8fd57a6ee0ab24e6444877bbb74.tar.gz ppe42-gcc-552fa8a24cc6e8fd57a6ee0ab24e6444877bbb74.zip | |
* config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
Update copyright.
* config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a, for
-mno-cygwin case.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62932 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 7 | ||||
| -rw-r--r-- | gcc/config/i386/cygwin.h | 3 | ||||
| -rw-r--r-- | gcc/config/i386/mingw32.h | 5 |
3 files changed, 12 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c8021cdf9ee..8372b762fcf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2003-02-15 Danny Smith <dannysmith@users.sourceforge.net> + + * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a. + Update copyright. + * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for + -mno-cygwin case. + 2003-02-14 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> PR optimization/7702 diff --git a/gcc/config/i386/cygwin.h b/gcc/config/i386/cygwin.h index 2419cf1cf1f..3ce7d5e34a8 100644 --- a/gcc/config/i386/cygwin.h +++ b/gcc/config/i386/cygwin.h @@ -136,7 +136,8 @@ Boston, MA 02111-1307, USA. */ by calling the init function from the prologue. */ #undef LIBGCC_SPEC -#define LIBGCC_SPEC "%{mno-cygwin: %{mthreads:-lmingwthrd} -lmingw32} -lgcc %{mno-cygwin:-lmoldname -lmsvcrt}" +#define LIBGCC_SPEC "%{mno-cygwin: %{mthreads:-lmingwthrd} -lmingw32} \ + -lgcc %{mno-cygwin:-lmoldname -lmingwex -lmsvcrt}" /* This macro defines names of additional specifications to put in the specs that can be used in various specifications like CC1_SPEC. Its definition diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h index 3b8cf32bed9..4431084b5a4 100644 --- a/gcc/config/i386/mingw32.h +++ b/gcc/config/i386/mingw32.h @@ -1,6 +1,7 @@ /* Operating system specific defines to be used when targeting GCC for hosting on Windows32, using GNU tools and the Windows32 API Library. - Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 + Free Software Foundation, Inc. This file is part of GNU CC. @@ -91,7 +92,7 @@ Boston, MA 02111-1307, USA. */ /* Include in the mingw32 libraries with libgcc */ #undef LIBGCC_SPEC #define LIBGCC_SPEC \ - "%{mthreads:-lmingwthrd} -lmingw32 -lgcc -lmoldname -lmsvcrt" + "%{mthreads:-lmingwthrd} -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt" #undef STARTFILE_SPEC #define STARTFILE_SPEC "%{shared|mdll:dllcrt2%O%s} \ |

