summaryrefslogtreecommitdiff
path: root/jtools/Makefile
AgeCommit message (Collapse)Author
2013-05-07add OpenJDK7, tested only for Qemu/x86 glibcWaldemar Brodkorb
2011-08-15fix compile for arm targetWaldemar Brodkorb
2011-08-08fix compile with uClibc, tested on rb532Waldemar Brodkorb
2011-08-06really compile openadk without host java and antWaldemar Brodkorb
2011-04-10minor tweaks to get ant usedwbx
2011-04-09compile ant as prerequisites with jikes and jamvmWaldemar Brodkorb
2011-04-08add openjdk native build to jtools, add jikes for ant compile testsWaldemar 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-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...