diff options
author | 2018-04-23 15:06:24 +0200 | |
---|---|---|
committer | 2018-04-25 22:46:22 +0200 | |
commit | 4da1b1d0fdc3290bc3b93c2ff9fdfdd7d1df02b1 (patch) | |
tree | 5df3459a670da9e8b1ea62242cd265dbd9342b34 | |
parent | 4e99ee37a8d0a91efb472e58c834086846df9b19 (diff) | |
download | meta-gplv2-4da1b1d0fdc3290bc3b93c2ff9fdfdd7d1df02b1.tar.gz meta-gplv2-4da1b1d0fdc3290bc3b93c2ff9fdfdd7d1df02b1.tar.bz2 meta-gplv2-4da1b1d0fdc3290bc3b93c2ff9fdfdd7d1df02b1.zip |
gnupg: Update a patch to avoid fuzz
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
-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] +#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" \ - + "adc %0, %2, %3" \ |