diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-02-27 11:50:07 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-28 12:14:51 +0000 |
commit | 09dcd878a55b5aec5427288c4faf3c4d64a30a72 (patch) | |
tree | 6aad0b8f4dc68809d6c1c0d987a3a14dd080ae60 /meta/classes | |
parent | d3bc674dc7ec46b215df50236b95d3b0aed2ee4a (diff) | |
download | openembedded-core-09dcd878a55b5aec5427288c4faf3c4d64a30a72.tar.gz openembedded-core-09dcd878a55b5aec5427288c4faf3c4d64a30a72.tar.bz2 openembedded-core-09dcd878a55b5aec5427288c4faf3c4d64a30a72.tar.xz openembedded-core-09dcd878a55b5aec5427288c4faf3c4d64a30a72.zip |
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>
Diffstat (limited to 'meta/classes')
0 files changed, 0 insertions, 0 deletions