diff options
author | Bo Sun <bo.sun.cn@windriver.com> | 2025-07-24 15:55:00 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-24 08:40:45 -0700 |
commit | 7e3b4725c92a1c3cabdc6e2467acbce376d03085 (patch) | |
tree | ef4e60208d753c14ecff4aa50d223b1bd7485916 /recipes-support/postgresql/files/git@git.enea.com:linux | |
parent | f4b5d7aad7098e6ea031cb8e773a2e1181d55a95 (diff) | |
download | meta-openembedded-7e3b4725c92a1c3cabdc6e2467acbce376d03085.tar.gz |
thin-provisioning-tools: fix bindgen build error with clang on octeontx2
Remove unsupported '-mcpu=octeontx2+crypto' from BINDGEN_EXTRA_CLANG_ARGS
as clang does not recognize 'octeontx2' as a valid target CPU, causing
bindgen to fail when generating Rust bindings.
Since bindgen only parses headers using Clang, CPU-specific options
like -mcpu are generally unnecessary.
Fixes build failure:
| error: unsupported argument 'octeontx2+crypto' to option '-mcpu='
| error: unknown target CPU 'octeontx2'
Signed-off-by: Bo Sun <bo.sun.cn@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-support/postgresql/files/git@git.enea.com:linux')
0 files changed, 0 insertions, 0 deletions