cygwin.h (LIBGCJ_SONAME): Remove.
authorGerald Pfeifer <gerald@pfeifer.com>
Tue, 17 Jan 2017 07:23:40 +0000 (07:23 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Tue, 17 Jan 2017 07:23:40 +0000 (07:23 +0000)
* config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
* config/i386/mingw32.h (LIBGCJ_SONAME): Remove.

From-SVN: r244517

gcc/ChangeLog
gcc/config/i386/cygwin.h
gcc/config/i386/mingw32.h

index 1feb936812195f62e70967c78cf78ed565f8de35..bb2fc9f91bd5b4144d37141e69e34d4a8268d3b6 100644 (file)
@@ -1,3 +1,8 @@
+2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
+       * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
+
 2017-01-17  Kaz Kojima  <kkojima@gcc.gnu.org>
 
        PR target/78633
index e4772c657aafe3f1843420d04ed3441e506f5ce8..a4683b4662e7fae94f8122a92d41dd7b35cfdde2 100644 (file)
@@ -153,6 +153,3 @@ along with GCC; see the file COPYING3.  If not see
 #endif
 #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*/ "-16.dll"
-
index 543d851f5388b4fd9cf7659d87dc05c0b74d20c8..5f36909a8bf64d14785b08a55ab84a24903ea4d4 100644 (file)
@@ -252,5 +252,3 @@ do {                                                         \
 #endif
 #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*/ "-16.dll"