diff options
| author | Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> | 2026-06-08 10:49:09 +0300 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-08 23:16:32 -0700 |
| commit | bafc3361bb85ea8aa4b3f4c8f194a9931e94948a (patch) | |
| tree | db5045bb347d37c0491f58732793d77c8af7ec9c /meta-python/recipes-devtools/python/python3-cfgv_3.5.0.bb | |
| parent | ee3134d2e897998562c480aca29ba2b8792ae8b2 (diff) | |
| download | meta-openembedded-bafc3361bb85ea8aa4b3f4c8f194a9931e94948a.tar.gz | |
mariadb: fix building for the ARMv8.3-A and later systems
Building mariadb for ARMv8.3-A and later, fails with:
Assembler messages:
{standard input}:169: Error: selected processor does not support `retaa'
{standard input}:271: Error: selected processor does not support `retaa'
It happens because the pmem_cvap() funciton manually inserts the `.arch
armv8-2.a` clause, making GAS believe that retaa instruction (inserted
by GCC) is invalid.
Replace compiler dependent version by using the generic sys instruction.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cfgv_3.5.0.bb')
0 files changed, 0 insertions, 0 deletions
