summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-6-release-6b24.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-07-31 19:03:10 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-08-16 09:16:44 +0200
commitda0b3a20a67496dc8d4282d19a60672001b7f825 (patch)
treed3d2aae76ab04e2ef7f40195c91f9ab337d96769 /recipes-core/openjdk/openjdk-6-release-6b24.inc
parenta681c0e6192203ed301ef278e123c2f7d2f66752 (diff)
downloadmeta-java-da0b3a20a67496dc8d4282d19a60672001b7f825.tar.gz
openjdk-6: Fix cross compilation for e5500 machines
This is only way for compile for now since qemu can not run the sizers binary for e5500 machines. It segfaults so we disable generating sizes and also xawt and jawt which depends on sizers, this lets jre to cross compile for ppc/e5500 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes-core/openjdk/openjdk-6-release-6b24.inc')
-rw-r--r--recipes-core/openjdk/openjdk-6-release-6b24.inc13
1 files changed, 12 insertions, 1 deletions
diff --git a/recipes-core/openjdk/openjdk-6-release-6b24.inc b/recipes-core/openjdk/openjdk-6-release-6b24.inc
index b867fb3..1da7ffb 100644
--- a/recipes-core/openjdk/openjdk-6-release-6b24.inc
+++ b/recipes-core/openjdk/openjdk-6-release-6b24.inc
@@ -83,7 +83,12 @@ ICEDTEAPATCHES = "\
83 file://icedtea-zero-hotspotfix.patch;apply=no \ 83 file://icedtea-zero-hotspotfix.patch;apply=no \
84 file://icedtea-jdk-powerpc-atomic64.patch;apply=no \ 84 file://icedtea-jdk-powerpc-atomic64.patch;apply=no \
85 " 85 "
86 86ICEDTEAPATCHES_append_e5500-64b = " \
87 file://icedtea-jdk-sizers-crosscompile-hack.patch;apply=no \
88 "
89ICEDTEAPATCHES_append_e5500 = " \
90 file://icedtea-jdk-sizers-crosscompile-hack.patch;apply=no \
91 "
87ICEDTEAPATCHES_append_libc-uclibc = " \ 92ICEDTEAPATCHES_append_libc-uclibc = " \
88 file://icedtea-hotspot-isfinte.patch;apply=no \ 93 file://icedtea-hotspot-isfinte.patch;apply=no \
89 file://icedtea-hotspot-glibc-version.patch;apply=no \ 94 file://icedtea-hotspot-glibc-version.patch;apply=no \
@@ -119,5 +124,11 @@ DISTRIBUTION_PATCHES_append_libc-uclibc = "\
119 patches/icedtea-jdk-unpack-uclibc.patch \ 124 patches/icedtea-jdk-unpack-uclibc.patch \
120 patches/icedtea-hotspot-dlvsym-uclibc.patch \ 125 patches/icedtea-hotspot-dlvsym-uclibc.patch \
121 " 126 "
127DISTRIBUTION_PATCHES_append_e5500-64b = " \
128 patches/icedtea-jdk-sizers-crosscompile-hack.patch \
129 "
122 130
131DISTRIBUTION_PATCHES_append_e5500 = " \
132 patches/icedtea-jdk-sizers-crosscompile-hack.patch \
133 "
123export DISTRIBUTION_PATCHES 134export DISTRIBUTION_PATCHES