]> code.ossystems Code Review - openembedded-core.git/commitdiff
rpm: Disable __sync_add_and_fetch_8 on nios2
authorMarek Vasut <marex@denx.de>
Fri, 15 Apr 2016 10:20:15 +0000 (12:20 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Apr 2016 15:27:45 +0000 (16:27 +0100)
The NIOS2 softcore does not implement the __sync_add_and_fetch_8,
so disable it accordingly.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Ley Foon Tan <lftan@altera.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Ross Burton <ross.burton@intel.com>
Cc: Thomas Chou <thomas@wytron.com.tw>
Cc: Walter Goossens <waltergoossens@home.nl>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/rpm/rpm/0001-Disable-__sync_add_and_fetch_8-on-nios2.patch [new file with mode: 0644]
meta/recipes-devtools/rpm/rpm_5.4+cvs.bb
meta/recipes-devtools/rpm/rpm_5.4.16.bb

diff --git a/meta/recipes-devtools/rpm/rpm/0001-Disable-__sync_add_and_fetch_8-on-nios2.patch b/meta/recipes-devtools/rpm/rpm/0001-Disable-__sync_add_and_fetch_8-on-nios2.patch
new file mode 100644 (file)
index 0000000..e9b73b8
--- /dev/null
@@ -0,0 +1,30 @@
+From 06967a50f20095f5ca30b8214f4c98ba0f5262bf Mon Sep 17 00:00:00 2001
+From: Marek Vasut <marex@denx.de>
+Date: Sun, 3 Apr 2016 06:55:25 +0200
+Subject: [PATCH] Disable __sync_add_and_fetch_8 on nios2
+
+The NIOS2 softcore does not implement the __sync_add_and_fetch_8,
+so disable it accordingly.
+
+Signed-off-by: Marek Vasut <marex@denx.de>
+Upstream-Status: Submitted
+---
+ rpmio/bson.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/rpmio/bson.h b/rpmio/bson.h
+index 57023f1..60c7d02 100644
+--- a/rpmio/bson.h
++++ b/rpmio/bson.h
+@@ -880,7 +880,7 @@ BSON_END_DECLS
+ BSON_BEGIN_DECLS
+ /* Some architectures do not support __sync_add_and_fetch_8 */
+-#if (__mips == 32) || (defined(__PPC__) && !defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8))
++#if (__mips == 32) || (__nios2__) || (defined(__PPC__) && !defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8))
+ # define __BSON_NEED_ATOMIC_64 1
+ #endif
+-- 
+2.8.0.rc3
+
index c6c21b86aa367c8df0bbf0490ab2404e9ccc61c5..0991f6d52abf3c307dea79c07697617f05042106 100644 (file)
@@ -110,6 +110,7 @@ SRC_URI += " \
           file://rpm-python-tagname.patch \
           file://rpm-python-AddErase.patch \
           file://rpm-rpmpgp-popt.patch \
+          file://0001-Disable-__sync_add_and_fetch_8-on-nios2.patch \
 "
 
 # OE specific changes
index 9e2229a08201fcc51e6cff55a3d9335ea40358e6..cbdca88eaa8a505cba53a558a16bd42ae2d47d10 100644 (file)
@@ -115,6 +115,7 @@ SRC_URI += " \
           file://rpm-rpmpgp-popt.patch \
           file://rpm-fix-lua-tests-compilation-failure.patch \
           file://rpmqv.c-check-_gpg_passphrase-before-ask-for-input.patch \
+          file://0001-Disable-__sync_add_and_fetch_8-on-nios2.patch \
 "
 
 # OE specific changes