bluez-utils: avoid inline asm when compiling for thumb
authorPhil Blundell <philb@gnu.org>
Mon, 27 Oct 2008 14:45:16 +0000 (14:45 +0000)
committerPhil Blundell <philb@gnu.org>
Mon, 27 Oct 2008 14:45:16 +0000 (14:45 +0000)
packages/bluez/bluez-utils/sbc-thumb.patch [new file with mode: 0644]
packages/bluez/bluez-utils3.inc

diff --git a/packages/bluez/bluez-utils/sbc-thumb.patch b/packages/bluez/bluez-utils/sbc-thumb.patch
new file mode 100644 (file)
index 0000000..3505426
--- /dev/null
@@ -0,0 +1,11 @@
+--- bluez/sbc/sbc_math.h~      2008-03-05 20:18:03.000000000 +0000
++++ bluez/sbc/sbc_math.h       2008-10-27 13:39:27.000000000 +0000
+@@ -59,7 +59,7 @@
+ #define SBC_FIXED_0(val) { val = 0; }
+ #define MUL(a, b)        ((a) * (b))
+-#ifdef __arm__
++#if defined(__arm__) && !defined(__thumb__)
+ #define MULA(a, b, res) ({                            \
+               int tmp = res;                  \
+               __asm__(                                \
index c4debd0..703788f 100644 (file)
@@ -13,7 +13,8 @@ FILESPATH = "${FILE_DIRNAME}/bluez-utils-${PV}:${FILE_DIRNAME}/bluez-utils"
 # ti patch should be sent it upstream!
 SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
            file://hcid.conf \
-           file://hciattach-ti-bts.patch;patch=1"
+           file://hciattach-ti-bts.patch;patch=1 \
+           file://sbc-thumb.patch;patch=1"
 
 
 S = "${WORKDIR}/bluez-utils-${PV}"