Skip to content
Snippets Groups Projects
Commit a30f3def authored by Dave Korn's avatar Dave Korn Committed by Dave Korn
Browse files

mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.

	* config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.

From-SVN: r156832
parent 2f6c5b27
No related branches found
No related tags found
No related merge requests found
2010-02-17 Dave Korn <dave.korn.cygwin@gmail.com>
* config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
2010-02-17 Steven Bosscher <steven@gcc.gnu.org>
* gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
......
......@@ -225,5 +225,5 @@ __enable_execute_stack (void *addr) \
#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 "cyggcj" /*LIBGCC_EH_EXTN*/ "-11.dll"
#define LIBGCJ_SONAME "libgcj" /*LIBGCC_EH_EXTN*/ "-11.dll"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment