Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-15 | cosmetic changes for jtools build | Waldemar Brodkorb | |
2011-08-06 | really compile openadk without host java and ant | Waldemar Brodkorb | |
2011-04-09 | compile ant as prerequisites with jikes and jamvm | Waldemar Brodkorb | |
2011-04-06 | add wrappers for ecj and gij, allow to start openjdk bootstrap target jdk ↵ | Waldemar Brodkorb | |
compile | |||
2011-04-02 | help gcj/ecj both to find their dylibs on Mac as well as others | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-04-02 | fix ecj build | Thorsten 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-01 | now icedtea starts with compile.... | Waldemar Brodkorb | |
2011-04-01 | add a java build tool directory | Waldemar 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... |