aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/cygwin.h
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2015-01-29 00:34:03 +0000
committerBernd Edlinger <bernd.edlinger@hotmail.de>2015-01-29 00:34:03 +0000
commitbbd6421ed3106ddf953bffa935b5d3f93f1198af (patch)
treea0d3e7babf66969cf137a83408572980b4b8df4d /gcc/config/i386/cygwin.h
parent5f17a4756a2d016585c247b7873305b93f141e92 (diff)
2015-01-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
* config/i386/cygwin.h (LIBGCJ_SONAME): Set libgcj version to -16. * config/i386/mingw32.h (LIBGCJ_SONAME): Set libgcj version to -16. libjava/ 2015-01-29 Bernd Edlinger <bernd.edlinger@hotmail.de> * libtool-version: Add a comment about cygwin. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@220228 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/cygwin.h')
-rw-r--r--gcc/config/i386/cygwin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/cygwin.h b/gcc/config/i386/cygwin.h
index 37f27a786e5..a90f5133105 100644
--- a/gcc/config/i386/cygwin.h
+++ b/gcc/config/i386/cygwin.h
@@ -146,5 +146,5 @@ along with GCC; see the file COPYING3. If not see
#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*/ "-15.dll"
+#define LIBGCJ_SONAME "cyggcj" /*LIBGCC_EH_EXTN*/ "-16.dll"