Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-03 | lemote addons, like pdf viewer | Waldemar Brodkorb | |
2011-09-05 | resolve conflict | Waldemar Brodkorb | |
2011-09-05 | rename internal library net->libnet to avoid clash with real libnet | Waldemar Brodkorb | |
2011-08-30 | remove man pages | Waldemar Brodkorb | |
2011-08-29 | add runtime dependencies for AWT | Waldemar Brodkorb | |
2011-08-29 | fix segfault in java | Waldemar Brodkorb | |
2011-08-24 | honour target cflags/cxxflags, add explizit search paths for headers and ↵ | Waldemar Brodkorb | |
library for non-sysroot toolchains | |||
2011-08-22 | simplify patch, remove unused cruft | Waldemar Brodkorb | |
2011-08-22 | unify configure arguments | Waldemar Brodkorb | |
2011-08-21 | cleanup duplicate environment variables, cosmetic changes | Waldemar Brodkorb | |
2011-08-21 | use qemu to execute sizer binary, remove pregenerated stuff | Waldemar Brodkorb | |
2011-08-19 | use native ecj, comment some patches | Waldemar Brodkorb | |
2011-08-19 | more qemu archs for OpenJDK | Waldemar Brodkorb | |
2011-08-15 | fix merge conflict | Waldemar Brodkorb | |
2011-08-15 | fix compile for arm target | Waldemar Brodkorb | |
2011-08-15 | cosmetic changes for jtools build | Waldemar Brodkorb | |
2011-08-08 | fix compile with uClibc, tested on rb532 | Waldemar Brodkorb | |
2011-08-06 | fix conflict | Waldemar Brodkorb | |
2011-08-06 | really compile openadk without host java and ant | Waldemar Brodkorb | |
2011-08-05 | not for darwin | Waldemar Brodkorb | |
2011-08-01 | different make bulkallmod fixes | Waldemar Brodkorb | |
2011-04-29 | only use this configure option for shark backend | Waldemar Brodkorb | |
2011-04-29 | fix cross-compile from amd64->i586 | Waldemar Brodkorb | |
2011-04-29 | fix shark backend | wbx | |
2011-04-29 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | wbx | |
2011-04-29 | use llvm for shark | Waldemar Brodkorb | |
2011-04-28 | add missing directory | wbx | |
2011-04-27 | fix allconfig for foxg20 | Waldemar Brodkorb | |
2011-04-13 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-04-13 | add dependency | Waldemar Brodkorb | |
2011-04-12 | merge | Waldemar Brodkorb | |
2011-04-12 | add missing dependency | wbx | |
2011-04-12 | add some hacks to cross-compile to mips | wbx | |
2011-04-11 | disable jamvm -> segfault | Waldemar Brodkorb | |
2011-04-10 | tweak a little bit for Cacao backend | Waldemar Brodkorb | |
2011-04-09 | add third build, full native | Waldemar Brodkorb | |
2011-04-09 | fix g++ usage with a workaround | Waldemar Brodkorb | |
when calling g++ from REAL_GNU_HOSTNAME/bin directory cc1plus cannot be found. May relative path is broken. When copying the binaries to one directory above, it works. Add patches. At least bootstrap target compile begins. | |||
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 | fix extraction problems | Waldemar Brodkorb | |
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-03 | pass ADK_ECJ to ease “building” of native-ecj | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-04-02 | use OpenADK download infrastructure for IcedTea “drops” | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-04-02 | add distfile with xalan2 and xerces2 bootstrap JARs | 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-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... |