aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/icedtea/icedtea7-native.inc14
1 files changed, 2 insertions, 12 deletions
diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc
index b578cb2..c7c3bd6 100644
--- a/recipes-core/icedtea/icedtea7-native.inc
+++ b/recipes-core/icedtea/icedtea7-native.inc
@@ -94,18 +94,8 @@ JDK_DIR = "icedtea7-native"
JDK_INSTALL_DIR = "${D}/${libdir_jvm}/${JDK_DIR}"
do_configure_prepend() {
- case "${TRANSLATED_TARGET_ARCH}" in
- x86-64)
- libarch=amd64
- ;;
- i386|i486|i586|i686)
- libarch=x86
- ;;
- *)
- arch=${TARGET_ARCH}
- libarch=${TARGET_ARCH}
- ;;
- esac
+ arch="${@openjdk_build_helper_get_icedtea_arch(d)}"
+ libarch="${@openjdk_build_helper_get_icedtea_arch(d)}"
# Automatically copy everything that starts with "icedtea" and ends with
# ".patch" into the patches directory.