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:27:49 +0000 |
commit | 9fff795f12a2c0b0046e008bf833957b75e94145 (patch) | |
tree | e0fbff723f4db470c0f1b263ce286c1083338c81 /meta/recipes-devtools/ubootchart | |
parent | 7f27de5bdf5610e208a65c88bcd3619c65e175ec (diff) | |
download | poky-9fff795f12a2c0b0046e008bf833957b75e94145.tar.gz |
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.
(From OE-Core rev: 09dcd878a55b5aec5427288c4faf3c4d64a30a72)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ubootchart')
0 files changed, 0 insertions, 0 deletions