Commit 4b1a89aa by Gerald Pfeifer Committed by Gerald Pfeifer

cygwin.h (LIBGCJ_SONAME): Remove.

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

From-SVN: r244517
parent d27c8bec
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> 2017-01-17 Kaz Kojima <kkojima@gcc.gnu.org>
PR target/78633 PR target/78633
......
...@@ -153,6 +153,3 @@ along with GCC; see the file COPYING3. If not see ...@@ -153,6 +153,3 @@ along with GCC; see the file COPYING3. If not see
#endif #endif
#define LIBGCC_SONAME "cyggcc_s" LIBGCC_EH_EXTN "-1.dll" #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"
...@@ -252,5 +252,3 @@ do { \ ...@@ -252,5 +252,3 @@ do { \
#endif #endif
#define LIBGCC_SONAME "libgcc_s" LIBGCC_EH_EXTN "-1.dll" #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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment