summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp/gmp/gmp_fix_for_x32.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gmp/gmp/gmp_fix_for_x32.patch')
-rw-r--r--meta/recipes-support/gmp/gmp/gmp_fix_for_x32.patch45
1 files changed, 45 insertions, 0 deletions
diff --git a/meta/recipes-support/gmp/gmp/gmp_fix_for_x32.patch b/meta/recipes-support/gmp/gmp/gmp_fix_for_x32.patch
new file mode 100644
index 0000000000..b8e22aa002
--- /dev/null
+++ b/meta/recipes-support/gmp/gmp/gmp_fix_for_x32.patch
@@ -0,0 +1,45 @@
1Upstream-Status: Pending
2
3Add X32 support in gmp configure.
4
5Patch Originator: H J Lu @ Intel
6Patch modified for Yocto by Nitin Kamble
7Signed Off By: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/11/21
8
9--- gmp-4.3.2/configure.in.x32 2011-08-12 15:03:06.143548291 -0700
10+++ gmp-4.3.2/configure.in 2011-08-12 15:06:20.580595316 -0700
11@@ -1499,6 +1499,25 @@ case $host in
12 path_64="x86_64/atom x86_64"
13 ;;
14 esac
15+
16+ # X32 support.
17+ case x"$path_64" in
18+ xx86_64*)
19+ case x"$CC $CFLAGS" in
20+ x*-mx32*)
21+ abilist="x32 64 32"
22+ path_x32="$path_64"
23+ limb_x32=longlong
24+ cclist_x32="gcc"
25+ gcc_x32_cflags="-O2 -mx32"
26+ any_x32_testlist="sizeof-long-4"
27+ CALLING_CONVENTIONS_OBJS_x32='amd64call.lo amd64check$U.lo'
28+ SPEED_CYCLECOUNTER_OBJ_x32=x86_64.lo
29+ cyclecounter_size_x32=2
30+ ;;
31+ esac
32+ ;;
33+ esac
34 ;;
35 esac
36 ;;
37@@ -3039,7 +3058,7 @@ if test "$gmp_asm_syntax_testing" != no;
38 GMP_INCLUDE_MPN(x86/darwin.m4) ;;
39 esac
40 ;;
41- 64)
42+ 64|x32)
43 GMP_INCLUDE_MPN(x86_64/x86_64-defs.m4)
44 case $host in
45 *-*-darwin*)