diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-16 17:34:48 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-16 17:35:28 +0800 |
commit | 83394d70df1fdadddb7aeebcc9b225bfbd2a462f (patch) | |
tree | 0c375e40a3ba8a7126b8a0215dfefb966034e239 /recipes/gnupg/gnupg-1.4.10 | |
parent | 9656d6728d6e316f22be06f42019891e28353305 (diff) |
gnupg-1.4.10: Readd the ARM Thumb patch as debian has no thumb support
Diffstat (limited to 'recipes/gnupg/gnupg-1.4.10')
-rw-r--r-- | recipes/gnupg/gnupg-1.4.10/long-long-thumb.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gnupg/gnupg-1.4.10/long-long-thumb.patch b/recipes/gnupg/gnupg-1.4.10/long-long-thumb.patch new file mode 100644 index 0000000000..dd4ec73eca --- /dev/null +++ b/recipes/gnupg/gnupg-1.4.10/long-long-thumb.patch @@ -0,0 +1,12 @@ +--- 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" \ + |