]> code.ossystems Code Review - openembedded-core.git/commit
bluez4: Fix build on x86/amd64 with gcc 4.7
authorKhem Raj <raj.khem@gmail.com>
Mon, 27 Feb 2012 19:50:07 +0000 (11:50 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Feb 2012 12:14:51 +0000 (12:14 +0000)
commit09dcd878a55b5aec5427288c4faf3c4d64a30a72
tree6aad0b8f4dc68809d6c1c0d987a3a14dd080ae60
parentd3bc674dc7ec46b215df50236b95d3b0aed2ee4a
bluez4: Fix build on x86/amd64 with gcc 4.7

gcc figures an impossible asm contraint
in inline asm which it is correct about

"i" requires the operand to be a compile-time constant
but memory location of a multi-dimensional array isn't constant
at compile time.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-connectivity/bluez/bluez4-4.98/sbc_mmx.patch [new file with mode: 0644]
meta/recipes-connectivity/bluez/bluez4_4.98.bb