no1wudi opened a new pull request, #15469: URL: https://github.com/apache/nuttx/pull/15469
## Summary Use findstring instead of direct equality checks for LLVM_CPUTYPE conditions to better handle ARCHCPUEXTFLAGS that may contain additional ISA extensions. This makes the CPU type detection more robust when dealing with extended instruction sets while still ensuring the required base ISA extensions are present. For example, ARCHCPUEXTFLAGS="imc_zicsr_zifencei" will now correctly match as sifive-e20 rather than failing the exact match check. ## Impact Makefile only ## Testing GitHub CI and local machine -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org