diff options
Diffstat (limited to 'user/jkoenig')
-rw-r--r-- | user/jkoenig/java.mdwn | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/user/jkoenig/java.mdwn b/user/jkoenig/java.mdwn index 868dec2b..2285c89f 100644 --- a/user/jkoenig/java.mdwn +++ b/user/jkoenig/java.mdwn @@ -182,7 +182,7 @@ by building on [[pochu]]'s `file_exec_file_name()` I have succeeded in building a Hotspot-enabled `libjvm.so`, although the current toolchain issues -([[toolchain/ELFOSABI_HURD]]) +([[toolchain/ELFOSABI_GNU]]; 2011-07-03: fix committed in binutils) have so far prevented me from testing it. > It turns out the build fails later on in `hotspot/agent` @@ -202,11 +202,6 @@ have so far prevented me from testing it. * Assuming it is, continue with getting `$ORIGIN` working. - * [!] [[Samuel|samuelthibault]]/[[tschwinge]]/[[jkoenig]]: - [[toolchain/ELFOSABI_HURD]]. - - * 2011-06-29: No progress. - * `libthread_db.so` issue. Likely, the Serviceability Agent is used by jdb and the like only, so for now the goal should be to lose some functionality by removing/avoiding this dependency. |