From 367cb1bae4bf2e1225a3ee235cb36ceae6f7046a Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Fri, 17 Oct 2003 06:35:54 +0000 Subject: . Update to 1.1.16. . Allow build with any native JDK, not just 1.1.8. The default is the Diablo Caffe JDK. This part should be revisited once bsd.java.mk 2.0 hits the scene. One could also consider doing it so it could install for all the native JDKs, not just one at a time. . Fix build on 5.x. . Respect NOPORTDOCS. --- java/openjit/files/patch-ac | 48 --------------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 java/openjit/files/patch-ac (limited to 'java/openjit/files/patch-ac') diff --git a/java/openjit/files/patch-ac b/java/openjit/files/patch-ac deleted file mode 100644 index 22401114c810..000000000000 --- a/java/openjit/files/patch-ac +++ /dev/null @@ -1,48 +0,0 @@ ---- INSTALL.orig Tue Dec 21 05:10:46 1999 -+++ INSTALL Tue Sep 26 15:58:13 2000 -@@ -2,39 +2,17 @@ - - A Reflective JIT Compiler for Java - --REQUIREMENTS --============ --OpenJIT requires a running port of the JDK 1.1.x or 1.2.x on Solaris, --Linux or FreeBSD platform. Please download JDK 1.1.x or later and --install it on your system. The current version of OpenJIT was tested --on the following JDK packages: -- -- * Solaris (SPARC) JDK1.1.8 and JDK1.2.2 -- downloaded from http://java.sun.com/jdk/ -- * Linux (x86) JDK1.1.7 and JDK1.2.2 -- downloaded from http://www.blackdown.org/ -- * FreeBSD (x86) JDK1.1.8 -- downloaded from http://www.freebsd.org/java/ -- --And to build OpenJIT will require the GNU C Compiler (version 2.7.2.3 --or egcs-1.1.2, or later) -- -- --BUILDING AND INSTALLATION --========================= --To install the OpenJIT into JDK, perform the following steps in your --shell: -- -- $ ./configure --with-jdk=/path/to/jdk -- $ make -- $ make install -- -- - HOW TO RUN - ========== - You may either specify the compiler to the JVM on the command line, or - you may set an environment variable that will let the JVM find the - compiler. -+ -+In both cases first you should set LD_LIBRARY_PATH and CLASSPATH enviropment -+variables as follows: -+ -+ $ export LD_LIBRARY_PATH=%%PREFIX%%/lib/OpenJIT -+ $ export CLASSPATH=%%PREFIX%%/lib/OpenJIT/OpenJIT.jar - - For the command line option, run Java using option "-Djava.compiler=", - like this example: -- cgit v1.2.3