summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-6-6b27
Commit message (Collapse)AuthorAgeFilesLines
* openjdk-6: removeJens Rehsack2015-10-194-640/+0
| | | | | | | | Since OpenJDK-6 is not maintained anymore, it's more reasonable to move to OpenJDK-8 instead of sticking at unmaintained, upstream not supported VM version. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* binaries run by qemu: link with -static, force ld.bfdMax Krummenacher2015-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For machines using DEFAULTTUNE = "armv7ahf" or DEFAULTTUNE = "armv7athf" a build of openjdk-7 fails with segmentation faults during the qemu-arm runs. e.g. Segmentation fault (core dumped) | qemu-arm -cpu cortex-a8 -s 2097152 -L .../sysroots/colibri-t20 \ -E LD_LIBRARY_PATH=.../sysroots/colibri-t20/lib ./mkbc - bytecodes_arm.s I found that qemu-arm can not execute any binary which is compiled with the resulting compiler and is linked with the gold linker and the -static flag. Even a simple hello world program does not work. When executing that hello world on the real hardware it also generates a segmentation fault. Removing the -static flag or forcing the bfd linker fixed this. Note that other machines, colibri-t30 or i.mx6 based ones with neon but otherwise identical setup do not suffer from the issue. DEFAULTTUNE = "armv7athf-neon" works. While at it convert the sizer call for openjdk-7 used when building xawt also to use -static even though the code is currently disabled. Further details: http://lists.openembedded.org/pipermail/openembedded-devel/2015-January/099795.html Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* openjdk-common.inc: fix qemu usageHenning Heinold2014-03-051-0/+13
| | | | | | | * compile all binaries, which are executed by qemu, with the static compilerflag, because of a memleak inside qemu * remove lib- and ld-path for qemu usage, because all binaries are compiled static now, openjdk7 seems to compile fine anyway
* openjdk6: update icedtea 1.12 to version 1.12.8Henning Heinold2014-03-052-0/+490
|
* openjdk: fix qa error for bad rpath inside cacao's libjvm.soHenning Heinold2013-10-031-2/+2
| | | | | | | * --with-libtool-sysroot needs a path, so it filters out wrong rpath settings * using ${ALT_FREETYPE_LIB_PATH} for this inside the icedtea Makefile because we already export it * bump PR manually on all buildable versions
* openjdk6: update version 1.12 to 1.12.5Henning Heinold2013-04-302-116/+0
| | | | | * move some directivies to the included release file * remove patches which are applied upstream now
* openjdk-6: add arm thumb2 fix for version 1.12.4Henning Heinold2013-04-141-0/+95
| | | | | | * bump PR Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* openjdk6: add latest 1.12 icedtea versionHenning Heinold2013-03-103-0/+158