summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp/gmp
diff options
context:
space:
mode:
authorBogdan Marinescu <bogdan.a.marinescu@intel.com>2013-05-09 14:19:58 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-12 09:37:30 +0100
commitc9e48bce1128881007fa3a27f2bd7bc8784e443e (patch)
tree2e843f1b6c8696f6d450b68a4d67a333cf32fb58 /meta/recipes-support/gmp/gmp
parent092cc9483a43ac31fb387faa8424deb5e8eed87b (diff)
downloadpoky-c9e48bce1128881007fa3a27f2bd7bc8784e443e.tar.gz
gmp: updated to 5.1.1
A number of patches are now part of the upstream. Tested by compiling and running core-image-minimal/qemux86. (From OE-Core rev: e4bc2b287bdeb0abf7c198564575f719a98a6591) Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gmp/gmp')
-rw-r--r--meta/recipes-support/gmp/gmp/gmp_fix_for_x32.patch41
1 files changed, 0 insertions, 41 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
deleted file mode 100644
index 76d3a004d3..0000000000
--- a/meta/recipes-support/gmp/gmp/gmp_fix_for_x32.patch
+++ /dev/null
@@ -1,41 +0,0 @@
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,21 @@ 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+ abilist="x32 64 32"
20+ path_x32="$path_64"
21+ limb_x32=longlong
22+ cclist_x32="gcc"
23+ gcc_x32_cflags="-O2 -mx32"
24+ any_x32_testlist="sizeof-long-4"
25+ CALLING_CONVENTIONS_OBJS_x32='amd64call.lo amd64check$U.lo'
26+ SPEED_CYCLECOUNTER_OBJ_x32=x86_64.lo
27+ cyclecounter_size_x32=2
28+ ;;
29+ esac
30 ;;
31 esac
32 ;;
33@@ -3039,7 +3058,7 @@ if test "$gmp_asm_syntax_testing" != no;
34 GMP_INCLUDE_MPN(x86/darwin.m4) ;;
35 esac
36 ;;
37- 64)
38+ 64|x32)
39 GMP_INCLUDE_MPN(x86_64/x86_64-defs.m4)
40 case $host in
41 *-*-darwin*)