diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-26 13:04:30 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-26 13:04:30 +0000 |
commit | 7de588fb9a9d555ac7be007a3d9df8a0c3fd4e12 (patch) | |
tree | 3a784216e2497b9bea7f05c4c6945e2a24631ea1 /java/openjit/files/patch-ab | |
parent | New port openal, a 3D sound library. (diff) |
Add openjit - a high-performance reflective Java Just-In-Time (JIT) bytecode
compiler.
Diffstat (limited to 'java/openjit/files/patch-ab')
-rw-r--r-- | java/openjit/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/openjit/files/patch-ab b/java/openjit/files/patch-ab new file mode 100644 index 000000000000..dc2c24fcc149 --- /dev/null +++ b/java/openjit/files/patch-ab @@ -0,0 +1,11 @@ +--- configure 2000/09/26 12:09:19 1.1 ++++ configure 2000/09/26 12:09:47 +@@ -724,7 +724,7 @@ + SET_MAKE="MAKE=${MAKE-make}" + fi + +-CFLAGS="" ++#CFLAGS="" + # Extract the first word of "gcc", so it can be a program name with args. + set dummy gcc; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |