diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-16 17:28:58 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-16 17:35:28 +0800 |
commit | 9656d6728d6e316f22be06f42019891e28353305 (patch) | |
tree | 6b2cac6b185ed78a73ef1b75683ed0667cb24dc6 /recipes/gnupg/gnupg-1.4.2.2/long-long-thumb.patch | |
parent | d492d3c95a63c2074e8309839c9b6bedc2287750 (diff) |
gnupg-1.4.10: Upgrade to the latest gnupg release
* Drop all prior patches... debian has none applied so
it should work on mips and such as well.
Diffstat (limited to 'recipes/gnupg/gnupg-1.4.2.2/long-long-thumb.patch')
-rw-r--r-- | recipes/gnupg/gnupg-1.4.2.2/long-long-thumb.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes/gnupg/gnupg-1.4.2.2/long-long-thumb.patch b/recipes/gnupg/gnupg-1.4.2.2/long-long-thumb.patch deleted file mode 100644 index 36e9992772..0000000000 --- a/recipes/gnupg/gnupg-1.4.2.2/long-long-thumb.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gnupg/mpi/longlong.h~ 2006-02-14 10:09:55.000000000 +0000 -+++ gnupg/mpi/longlong.h 2008-10-27 13:11:09.000000000 +0000 -@@ -181,7 +181,7 @@ - /*************************************** - ************** ARM ****************** - ***************************************/ --#if defined (__arm__) && W_TYPE_SIZE == 32 -+#if defined (__arm__) && W_TYPE_SIZE == 32 && !defined(__thumb__) - #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ - __asm__ ("adds %1, %4, %5\n" \ - "adc %0, %2, %3" \ |