summaryrefslogtreecommitdiff
path: root/jtools
AgeCommit message (Collapse)Author
2011-04-06add wrappers for ecj and gij, allow to start openjdk bootstrap target jdk ↵Waldemar Brodkorb
compile
2011-04-04get all prerequisites for openjdk (cross-compile) rightWaldemar Brodkorb
2011-04-04first bootstrap compiler successfully works.Waldemar Brodkorb
the AWT requires all the X11 and graphic libraries. Jamvm is not required, we can just use gij from gcj.
2011-04-03merge some changes, cosmetic fixesWaldemar Brodkorb
2011-04-03more steps toward an IcedTea (or so we hope), still fails, though…Waldemar Brodkorb
2011-04-02make jamvm build on the Macintosh…Thorsten Glaser
… where uname -p = i386 even on a system that is 64-bit Apple #FAIL Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-04-02disable gjdoc to make classpath buildThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-04-02help gcj/ecj both to find their dylibs on Mac as well as othersThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-04-02fix ecj buildThorsten Glaser
• -Bsymbolic is only for GNU ld on ELF creating DLLs, not for Apple ld on Mach-O creating binaries • /usr/lib64 doesn’t exist on some OSes, I might have heard… • indent Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-04-02apparently, fastjar is also broken ⇒ use zip/unzipThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-04-02use environment for configure, make and make installThorsten Glaser
just to be sure it’s picked up correctly at all times Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-04-02unbreak build on the Macintosh by specifying explicit fastjar locationThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-04-02speed up building gcj by disabling gcc bootstrap (since gcc from here is not ↵Thorsten Glaser
used anyway, pointless) Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-04-01now icedtea starts with compile....Waldemar Brodkorb
2011-04-01add a java build tool directoryWaldemar Brodkorb
following build tools seem to be required to cross-compile OpenJDK: - fastjar - classpath - gcj - jamvm - ecj Maybe cacao is better, maybe ant is required, too. ... hacking...