diff options
Diffstat (limited to 'meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch')
| -rw-r--r-- | meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch b/meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch deleted file mode 100644 index 2855cab24b..0000000000 --- a/meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | Orignal Patch came from OpenWrt via OE-Classic | ||
| 2 | https://dev.openwrt.org/browser/packages/utils/gnupg/patches/001-mips_gcc4.4 | ||
| 3 | which is no longer a valid revision! | ||
| 4 | |||
| 5 | Upstream-Status: Inappropriate [configuration] | ||
| 6 | |||
| 7 | |||
| 8 | --- gnupg/mpi/longlong.h~ 2006-02-14 10:09:55.000000000 +0000 | ||
| 9 | +++ gnupg/mpi/longlong.h 2008-10-27 13:11:09.000000000 +0000 | ||
| 10 | @@ -181,7 +181,7 @@ | ||
| 11 | /*************************************** | ||
| 12 | ************** ARM ****************** | ||
| 13 | ***************************************/ | ||
| 14 | -#if defined (__arm__) && W_TYPE_SIZE == 32 | ||
| 15 | +#if defined (__arm__) && W_TYPE_SIZE == 32 && !defined(__thumb__) | ||
| 16 | #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ | ||
| 17 | __asm__ ("adds %1, %4, %5\n" \ | ||
| 18 | "adc %0, %2, %3" \ | ||
| 19 | |||
