summaryrefslogtreecommitdiff
path: root/gcc/config/i386/mingw32.h
diff options
context:
space:
mode:
authorDave Korn <dave.korn.cygwin@gmail.com>2010-02-17 15:53:28 +0000
committerDave Korn <davek@gcc.gnu.org>2010-02-17 15:53:28 +0000
commita30f3def5923ea3438a53087e9ade5c54ff91ab1 (patch)
tree8126b20661c125acbbf7baa6235098c886e56d18 /gcc/config/i386/mingw32.h
parent2f6c5b27e0ec1967ddf35761be24a9c132f7f110 (diff)
downloadgcc-a30f3def5923ea3438a53087e9ade5c54ff91ab1.tar.gz
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
Diffstat (limited to 'gcc/config/i386/mingw32.h')
-rw-r--r--gcc/config/i386/mingw32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h
index 4f8b101a7ba..84938d11a11 100644
--- a/gcc/config/i386/mingw32.h
+++ b/gcc/config/i386/mingw32.h
@@ -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"