diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-20 09:54:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-20 09:54:22 +0000 |
commit | 95492a60e3443cd030c44b3a04b740d9baa87385 (patch) | |
tree | c6ce2b1a8a2c2fc04e2216b887b6d12666839134 /jvmfwk | |
parent | 98246a5ddd9fcf75d0dbb0caf26ea752c7ee1a5c (diff) |
INTEGRATION: CWS cmcfixes23 (1.4.16); FILE MERGED
2005/12/05 13:34:53 cmc 1.4.16.1: #i58896# gcc 4.1 will change libgcj version to 7
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx b/jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx index 8849f23ecd4b..373025f1e667 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx @@ -4,9 +4,9 @@ * * $RCSfile: gnujre.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:29:41 $ + * last change: $Author: obo $ $Date: 2006-01-20 10:54:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -63,6 +63,7 @@ char const* const* GnuInfo::getJavaExePaths(int * size) char const* const* GnuInfo::getRuntimePaths(int * size) { static char const* ar[]= { + "/lib/libgcj.so.7", "/lib/libgcj.so.6" #if 0 //unreliable , "/lib/libgcj.so.5" |