diff options
author | Dave Korn <dave.korn.cygwin@gmail.com> | 2010-07-15 01:45:51 +0000 |
---|---|---|
committer | Dave Korn <davek@gcc.gnu.org> | 2010-07-15 01:45:51 +0000 |
commit | 4c4837a37465783b97c7e9410a21a0261325a397 (patch) | |
tree | 5afd549cdb365f2c665927bb394ea39376ff9530 /gcc/config | |
parent | d422a6d7c09e06704abccb36a760b540c74d135b (diff) | |
download | gcc-4c4837a37465783b97c7e9410a21a0261325a397.zip gcc-4c4837a37465783b97c7e9410a21a0261325a397.tar.gz gcc-4c4837a37465783b97c7e9410a21a0261325a397.tar.bz2 |
cygwin.h (LIBGCJ_SONAME): Update.
* config/i386/cygwin.h (LIBGCJ_SONAME): Update.
* config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
From-SVN: r162200
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/i386/cygwin.h | 2 | ||||
-rw-r--r-- | gcc/config/i386/mingw32.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/cygwin.h b/gcc/config/i386/cygwin.h index c365f66..8a637e8 100644 --- a/gcc/config/i386/cygwin.h +++ b/gcc/config/i386/cygwin.h @@ -301,5 +301,5 @@ while (0) #define LIBGCC_SONAME "cyggcc_s" LIBGCC_EH_EXTN "-1.dll" /* We should find a way to not have to update this manually. */ -#define LIBGCJ_SONAME "cyggcj" /*LIBGCC_EH_EXTN*/ "-11.dll" +#define LIBGCJ_SONAME "cyggcj" /*LIBGCC_EH_EXTN*/ "-12.dll" diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h index e08ea1c..264abf1 100644 --- a/gcc/config/i386/mingw32.h +++ b/gcc/config/i386/mingw32.h @@ -245,5 +245,5 @@ __enable_execute_stack (void *addr) \ #define LIBGCC_SONAME "libgcc_s" LIBGCC_EH_EXTN "-1.dll" /* We should find a way to not have to update this manually. */ -#define LIBGCJ_SONAME "libgcj" /*LIBGCC_EH_EXTN*/ "-11.dll" +#define LIBGCJ_SONAME "libgcj" /*LIBGCC_EH_EXTN*/ "-12.dll" |