| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
ecj recipe is built as initial and as native,
as such, unpackpost is run multiple times over
the same code source. Added check if a move
operation hasn't been already executed.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
pkgconfig is now enabled, so that pkg-config
macros will not fail in configure stage.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
* remove annotations.patch, because it was fixed upstream
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This symlink is made to make the java-library class happy
but it makes no sense to package it up in any package since
it does not belong anywhere so lets delete it
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
When using --enable-zero=no the build will fail without this patch.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
| | |
| | |
| | |
| | |
| | |
| | | |
openjdk-7 update needed this patch to be reworked
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This fixes #74. The error was:
,----
| .../icedtea6-1.8.11/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:2431:60: \
| error: expression cannot be used as a function
| vgetcpu_t vgetcpu = (vgetcpu_t)VSYSCALL_ADDR(__NR_vgetcpu);
`----
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
* remove annotations.patch, because it was fixed upstream
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
This symlink is made to make the java-library class happy
but it makes no sense to package it up in any package since
it does not belong anywhere so lets delete it
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|\ \
| | |
| | | |
Hotspot
|
| | |
| | |
| | |
| | |
| | |
| | | |
When using --enable-zero=no the build will fail without this patch.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
| |/
| |
| |
| |
| |
| | |
openjdk-7 update needed this patch to be reworked
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
| | |
|
|/ |
|
|
|
|
|
| |
* add /usr/src dir to debug package
* bump INC_PR
|
|
|
|
| |
LICENSE files to jdk package
|
|
|
|
| |
contamination
|
|
|
|
|
|
|
| |
* the current icedtea7 seems to have some issues when compiling
on recent linux distribution
* switch back to icedtea6-native to have a reliable state
for building openjdk7
|
| |
|
| |
|
|
|
|
| |
* new server is now icedtea.wildebeest.org
|
|
|
|
|
|
|
| |
* --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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Current IFS mangling blows up on the face:
| configure:2341: javac -classpath .: Test.java
| Invalid maximum heap size: -Xmx1024m-cp/srv/oe/b
Simpler command line expansion works just as easy.
* fixed placeholder path by Henning Heinold
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* notice openjdk7 2.1 and 2.2 will soon get no updates anymore
* openjdk7 2.3 has now arm byte compiler support
* use cacao hg version e215e36be9fc, because a567bcb7f589 is not working
|
| |
|
|
|
|
|
|
| |
* instead of hardcode BCP and LD_LIBRARY_PATH into serval files
use a shell script and set them there
* this allow us again to use other vms for java-native
|
|
|
|
| |
* fix gnuclasspath annotations
|
|
|
|
|
|
|
|
|
| |
when building from sstate and classpath wants to rebuild
then jamvm still needs the new paths. Its needed for classpath
since it does not inherit java-library class otherwise it would
not be needed.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|