public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [java,i386] Remove LIBGCJ_SONAME for cygwin and mingw32
@ 2017-01-17  7:24 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2017-01-17  7:24 UTC (permalink / raw)
  To: gcc-patches; +Cc: java-patches, Jonathan Yong, Dave Korn

With libgcj gone, no need to define LIBGCJ_SONAME any more in any
of the ports.

Applied.

Gerald

2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>

	* config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
	* config/i386/mingw32.h (LIBGCJ_SONAME): Remove.

Index: config/i386/cygwin.h
===================================================================
--- config/i386/cygwin.h	(revision 244516)
+++ config/i386/cygwin.h	(working copy)
@@ -153,6 +153,3 @@
 #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: config/i386/mingw32.h
===================================================================
--- config/i386/mingw32.h	(revision 244516)
+++ config/i386/mingw32.h	(working copy)
@@ -252,5 +252,3 @@
 #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"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-17  7:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-17  7:24 [java,i386] Remove LIBGCJ_SONAME for cygwin and mingw32 Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).