generic-poky/meta/recipes-support/db
Li Zhou cbc5914180 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>
2016-11-15 15:19:54 +00:00
..
db db: Refresh patches 2016-09-30 16:51:15 +01:00
db_5.3.28.bb db: Use cross libtool 2016-07-20 10:28:47 +01:00
db_6.0.35.bb db: disable the ARM assembler mutex code 2016-11-15 15:19:54 +00:00