summaryrefslogtreecommitdiff
path: root/package/gcj
AgeCommit message (Collapse)Author
2016-08-24gcj: update to 5.4.0Waldemar Brodkorb
2015-12-22gcj: update to 5.3.0Waldemar Brodkorb
2015-07-01update gcc 4.8/4.9Waldemar Brodkorb
2015-02-20fixup hashesWaldemar Brodkorb
2015-02-09add basic support for raspberry pi2Waldemar Brodkorb
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release.
2015-01-13add build dependencyWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-06-26update gcj to 4.8.3, add experimental jamvm backend for openjdkWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-15cleanup HOST_STYLE, use SYSROOT feature for pkgconfWaldemar Brodkorb
there are three HOST_STYLE's, not set mean fully automatic installation. auto means prefix is set to /usr and DESTDIR is set to STAGING_HOST_DIR. When using manual, you need to provide your own targets. Instead of using sed to modify *.pc files, use PKG_SYSROOT feature, which does work better and avoids pathcing some pc files. Idea from sh4rm via #musl.
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-17move ecj.jar download to ecj packageWaldemar Brodkorb
2014-03-08use ADK_HOST_ONLY to mark host only packagesWaldemar Brodkorb
2014-03-08rename DISTDIR, make it configurable in the menuWaldemar Brodkorb
2014-03-06get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵Waldemar Brodkorb
not satisfying.
2014-03-01update to gcc 4.8.2 (partially done by last commit)Waldemar Brodkorb
2014-01-23remove jtools/java host dir. use host stuff instead.Waldemar Brodkorb
fix arm building.