Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-10 | minor tweaks to get ant used | wbx | |
2011-04-09 | add jamvm | Waldemar Brodkorb | |
2011-04-09 | compile ant as prerequisites with jikes and jamvm | Waldemar Brodkorb | |
2011-04-08 | add openjdk native build to jtools, add jikes for ant compile tests | Waldemar Brodkorb | |
2011-04-06 | add wrappers for ecj and gij, allow to start openjdk bootstrap target jdk ↵ | Waldemar Brodkorb | |
compile | |||
2011-04-04 | get all prerequisites for openjdk (cross-compile) right | Waldemar Brodkorb | |
2011-04-04 | first 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-03 | merge some changes, cosmetic fixes | Waldemar Brodkorb | |
2011-04-03 | more steps toward an IcedTea (or so we hope), still fails, though… | Waldemar Brodkorb | |
2011-04-02 | make 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-02 | disable gjdoc to make classpath build | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
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-02 | apparently, fastjar is also broken ⇒ use zip/unzip | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-04-02 | use environment for configure, make and make install | Thorsten Glaser | |
just to be sure it’s picked up correctly at all times Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-04-02 | unbreak build on the Macintosh by specifying explicit fastjar location | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-04-02 | speed 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-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... |