summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/icedtea6-native-1.8/icedtea-sane-x86-arch-name.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/icedtea/icedtea6-native-1.8/icedtea-sane-x86-arch-name.patch')
-rw-r--r--recipes-core/icedtea/icedtea6-native-1.8/icedtea-sane-x86-arch-name.patch38
1 files changed, 38 insertions, 0 deletions
diff --git a/recipes-core/icedtea/icedtea6-native-1.8/icedtea-sane-x86-arch-name.patch b/recipes-core/icedtea/icedtea6-native-1.8/icedtea-sane-x86-arch-name.patch
new file mode 100644
index 0000000..b4c6857
--- /dev/null
+++ b/recipes-core/icedtea/icedtea6-native-1.8/icedtea-sane-x86-arch-name.patch
@@ -0,0 +1,38 @@
1Index: icedtea6-1.8/acinclude.m4
2===================================================================
3--- icedtea6-1.8.orig/acinclude.m4 2010-04-10 21:58:40.000000000 +0200
4+++ icedtea6-1.8/acinclude.m4 2010-04-22 10:09:42.752587915 +0200
5@@ -9,11 +9,11 @@
6 ARCHFLAG="-m64"
7 ;;
8 i?86)
9- BUILD_ARCH_DIR=i586
10- INSTALL_ARCH_DIR=i386
11- JRE_ARCH_DIR=i386
12+ BUILD_ARCH_DIR=x86
13+ INSTALL_ARCH_DIR=x86
14+ JRE_ARCH_DIR=x86
15 ARCH_PREFIX=${LINUX32}
16- CROSS_TARGET_ARCH=i386
17+ CROSS_TARGET_ARCH=x86
18 ARCHFLAG="-m32"
19 ;;
20 alpha*)
21@@ -765,7 +765,7 @@
22 ZERO_LIBARCH="${INSTALL_ARCH_DIR}"
23 dnl can't use AC_CHECK_SIZEOF on multilib
24 case "${ZERO_LIBARCH}" in
25- i386|ppc|s390|sparc)
26+ x86|ppc|s390|sparc)
27 ZERO_BITSPERWORD=32
28 ;;
29 amd64|ppc64|s390x|sparc64)
30@@ -777,7 +777,7 @@
31 esac
32 AC_C_BIGENDIAN([ZERO_ENDIANNESS="big"], [ZERO_ENDIANNESS="little"])
33 case "${ZERO_LIBARCH}" in
34- i386)
35+ x86)
36 ZERO_ARCHDEF="IA32"
37 ;;
38 ppc*)