summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/icedtea7-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/icedtea/icedtea7-native.inc')
-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"
94JDK_INSTALL_DIR = "${D}/${libdir_jvm}/${JDK_DIR}" 94JDK_INSTALL_DIR = "${D}/${libdir_jvm}/${JDK_DIR}"
95 95
96do_configure_prepend() { 96do_configure_prepend() {
97 case "${TRANSLATED_TARGET_ARCH}" in 97 arch="${@openjdk_build_helper_get_icedtea_arch(d)}"
98 x86-64) 98 libarch="${@openjdk_build_helper_get_icedtea_arch(d)}"
99 libarch=amd64
100 ;;
101 i386|i486|i586|i686)
102 libarch=x86
103 ;;
104 *)
105 arch=${TARGET_ARCH}
106 libarch=${TARGET_ARCH}
107 ;;
108 esac
109 99
110 # Automatically copy everything that starts with "icedtea" and ends with 100 # Automatically copy everything that starts with "icedtea" and ends with
111 # ".patch" into the patches directory. 101 # ".patch" into the patches directory.