mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
A Just In Time java bytecode compiler. PR: 11491 Submitted by: Jake Burkholder <jake@checker.org>
11 lines
502 B
Text
11 lines
502 B
Text
--- compiler.h.orig Fri Apr 30 08:17:44 1999
|
|
+++ compiler.h Fri Apr 30 08:18:41 1999
|
|
@@ -124,7 +124,7 @@
|
|
# undef EXECUTEJAVA_IN_ASM
|
|
# undef RESOLVE_SYMBOL_ON_CODE
|
|
# undef SEARCH_SIGCONTEXT
|
|
-# define LIBS_ADDDLSEG "/usr/lib/aout/libc.so.3.1|/usr/lib/aout/libc.so.3.0|/usr/lib/libc.so.3.1|/usr/lib/libc.so.3.0,/usr/lib/aout/libm.so.2.0|/usr/lib/libm.so.2.0"
|
|
+# define LIBS_ADDDLSEG "/usr/lib/libc.so.3,/usr/lib/libm.so.2"
|
|
#else
|
|
# undef EXECUTEJAVA_IN_ASM
|
|
# undef RESOLVE_SYMBOL_ON_CODE
|