diff options
author | Li Zhou <li.zhou@windriver.com> | 2016-11-07 11:02:16 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-15 15:18:49 +0000 |
commit | aafbc548ebc66dc0d703526f9a98f784e9c9605b (patch) | |
tree | 7fdeca0ad84f851b7585315a82fbe4e6fa7a5a8c /meta/recipes-devtools | |
parent | 7bac3652c2ea0c4d60b1830bc07f2c4c2aaed0ae (diff) | |
download | openembedded-core-aafbc548ebc66dc0d703526f9a98f784e9c9605b.tar.gz openembedded-core-aafbc548ebc66dc0d703526f9a98f784e9c9605b.tar.bz2 openembedded-core-aafbc548ebc66dc0d703526f9a98f784e9c9605b.zip |
db: disable the ARM assembler mutex code
The swpb in macro MUTEX_SET will cause "undefined instruction" error
on the new arm arches which don't support this assembly instruction
any more. If use ldrex/strex to replace swpb, the old arm arches don't
support them. So to avoid this issue, just disable the ARM assembler
mutex code, and use the default pthreads mutex.
Signed-off-by: Li Zhou <li.zhou@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
0 files changed, 0 insertions, 0 deletions