aboutsummaryrefslogtreecommitdiffstats
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:11 +0100
commite4bc2b287bdeb0abf7c198564575f719a98a6591 (patch)
tree6c079078ee6b740063db4f2f34ed4f42a6587e21 /meta/recipes-support/gmp/gmp
parent5d8dd6ec550764b89754812f0d06cc2baa707a1e (diff)
downloadopenembedded-core-contrib-e4bc2b287bdeb0abf7c198564575f719a98a6591.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. Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 @@
-Upstream-Status: Pending
-
-Add X32 support in gmp configure.
-
-Patch Originator: H J Lu @ Intel
-Patch modified for Yocto by Nitin Kamble
-Signed Off By: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/11/21
-
---- gmp-4.3.2/configure.in.x32 2011-08-12 15:03:06.143548291 -0700
-+++ gmp-4.3.2/configure.in 2011-08-12 15:06:20.580595316 -0700
-@@ -1499,6 +1499,21 @@ case $host in
- path_64="x86_64/atom x86_64"
- ;;
- esac
-+
-+ # X32 support.
-+ case x"$path_64" in
-+ xx86_64*)
-+ abilist="x32 64 32"
-+ path_x32="$path_64"
-+ limb_x32=longlong
-+ cclist_x32="gcc"
-+ gcc_x32_cflags="-O2 -mx32"
-+ any_x32_testlist="sizeof-long-4"
-+ CALLING_CONVENTIONS_OBJS_x32='amd64call.lo amd64check$U.lo'
-+ SPEED_CYCLECOUNTER_OBJ_x32=x86_64.lo
-+ cyclecounter_size_x32=2
-+ ;;
-+ esac
- ;;
- esac
- ;;
-@@ -3039,7 +3058,7 @@ if test "$gmp_asm_syntax_testing" != no;
- GMP_INCLUDE_MPN(x86/darwin.m4) ;;
- esac
- ;;
-- 64)
-+ 64|x32)
- GMP_INCLUDE_MPN(x86_64/x86_64-defs.m4)
- case $host in
- *-*-darwin*)