cygwin.h (LIBGCJ_SONAME): Remove.

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

From-SVN: r244517
This commit is contained in:
Gerald Pfeifer 2017-01-17 07:23:40 +00:00 committed by Gerald Pfeifer
parent d27c8bec6f
commit 4b1a89aa3c
3 changed files with 5 additions and 5 deletions

View 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

View 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"

View 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"