diff options
Diffstat (limited to 'recipes-support')
-rw-r--r-- | recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch b/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch index 2855cab..c3c361d 100644 --- a/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch +++ b/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch | |||
@@ -15,5 +15,4 @@ Upstream-Status: Inappropriate [configuration] | |||
15 | +#if defined (__arm__) && W_TYPE_SIZE == 32 && !defined(__thumb__) | 15 | +#if defined (__arm__) && W_TYPE_SIZE == 32 && !defined(__thumb__) |
16 | #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ | 16 | #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ |
17 | __asm__ ("adds %1, %4, %5\n" \ | 17 | __asm__ ("adds %1, %4, %5\n" \ |
18 | "adc %0, %2, %3" \ | 18 | "adc %0, %2, %3" \ |
19 | |||