summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp/gmp/amd64.patch
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-02-01 15:40:56 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-03 15:56:36 +0000
commitf5d505e0cdd48ad9ac5597637c1fbf99578d3b01 (patch)
tree8f9b8715d07924eee91c674b734643e2c76516d6 /meta/recipes-support/gmp/gmp/amd64.patch
parent0637f1b409f1517eb809317236b5f9edd80b270a (diff)
downloadpoky-f5d505e0cdd48ad9ac5597637c1fbf99578d3b01.tar.gz
gmp: upgrade from 5.0.2 to 5.0.3
rebased configure.patch & amd64.patchto the newer code. Removed sh4-asmfix.patch as it is not needed with the newer code. (From OE-Core rev: 7c33a18ed5cdca6765d04ad9e4387001f72993a4) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gmp/gmp/amd64.patch')
-rw-r--r--meta/recipes-support/gmp/gmp/amd64.patch8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-support/gmp/gmp/amd64.patch b/meta/recipes-support/gmp/gmp/amd64.patch
index 38c89c7a12..564d12d42b 100644
--- a/meta/recipes-support/gmp/gmp/amd64.patch
+++ b/meta/recipes-support/gmp/gmp/amd64.patch
@@ -1,8 +1,10 @@
1Upstream-Status: Pending 1Upstream-Status: Pending
2 2
3--- gmp-4.1.4/longlong.h.orig 2004-04-22 00:34:28.000000000 +0200 3Index: gmp-5.0.3/longlong.h
4+++ gmp-4.1.4/longlong.h 2005-07-18 01:13:06.000000000 +0200 4===================================================================
5@@ -738,8 +738,10 @@ 5--- gmp-5.0.3.orig/longlong.h
6+++ gmp-5.0.3/longlong.h
7@@ -994,8 +994,10 @@ extern UWtype __MPN(udiv_qrnnd) _PROTO (
6 count is only an int. */ 8 count is only an int. */
7 #define count_trailing_zeros(count, x) \ 9 #define count_trailing_zeros(count, x) \
8 do { \ 10 do { \