diff options
author | Li Zhou <li.zhou@windriver.com> | 2016-11-07 11:02:16 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-11 11:46:39 +0000 |
commit | d6a0ef7e9dfbda3d55ba18f2bcc69f04d502495d (patch) | |
tree | c6da1f6e2faf4614ff26b937fab0be18d0da0f1c /oe-init-build-env-memres | |
parent | b4498a6b734661fdfe3ff4e0a9850e796b72005c (diff) | |
download | openembedded-core-d6a0ef7e9dfbda3d55ba18f2bcc69f04d502495d.tar.gz openembedded-core-d6a0ef7e9dfbda3d55ba18f2bcc69f04d502495d.tar.bz2 openembedded-core-d6a0ef7e9dfbda3d55ba18f2bcc69f04d502495d.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.
(From OE-Core rev: aafbc548ebc66dc0d703526f9a98f784e9c9605b)
Signed-off-by: Li Zhou <li.zhou@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'oe-init-build-env-memres')
0 files changed, 0 insertions, 0 deletions