You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jf...@apache.org on 2005/04/25 17:50:09 UTC

svn commit: r164592 - /jakarta/commons/proper/daemon/trunk/src/native/unix/native/location.c

Author: jfclere
Date: Mon Apr 25 08:50:09 2005
New Revision: 164592

URL: http://svn.apache.org/viewcvs?rev=164592&view=rev
Log:
Add location of libjvm.so in the lastest JENV.

Modified:
    jakarta/commons/proper/daemon/trunk/src/native/unix/native/location.c

Modified: jakarta/commons/proper/daemon/trunk/src/native/unix/native/location.c
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/daemon/trunk/src/native/unix/native/location.c?rev=164592&r1=164591&r2=164592&view=diff
==============================================================================
--- jakarta/commons/proper/daemon/trunk/src/native/unix/native/location.c (original)
+++ jakarta/commons/proper/daemon/trunk/src/native/unix/native/location.c Mon Apr 25 08:50:09 2005
@@ -79,6 +79,10 @@
     /* Those are "weirdos: if we got here, we're probably in troubles and
        we're not going to find anything, but hope never dies... */
     "$JAVA_HOME/jre/lib/" CPU "/classic/green_threads/libjvm.so",
+#if defined(OSD_POSIX)
+    "$JAVA_HOME/jre/lib/sparc/client/green_threads/libjvm.so",
+    "$JAVA_HOME/jre/lib/s390/client/green_threads/libjvm.so",
+#endif
     "$JAVA_HOME/jre/lib/classic/libjvm.so",
     "$JAVA_HOME/jre/lib/client/libjvm.so",
     "$JAVA_HOME/jre/lib/libjvm.so",



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org