Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clang16.bbclass: remove mcpu option with qualifiers for the octeontx2…
… core Currently, only the '-mcpu=octeontx2' option is removed, and any -mcpu parameters with qualifiers (such as +crc+crypto) are not removed, e.g., '-mcpu=octeontx2+crypto'. Remove these mcpu parameters with qualifiers by using '-mcpu=octeontx2${TUNE_CCARGS_MARCH_OPTS}'. Signed-off-by: Ruiqiang Hao <[email protected]> Signed-off-by: Zoltán Böszörményi <[email protected]>
- Loading branch information