summaryrefslogtreecommitdiff
path: root/jtools/ecj
AgeCommit message (Collapse)Author
2011-08-15cosmetic changes for jtools buildWaldemar Brodkorb
2011-08-06really compile openadk without host java and antWaldemar Brodkorb
2011-04-09compile ant as prerequisites with jikes and jamvmWaldemar Brodkorb
2011-04-06add wrappers for ecj and gij, allow to start openjdk bootstrap target jdk ↵Waldemar Brodkorb
compile
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-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...