no1wudi opened a new pull request, #15696:
URL: https://github.com/apache/nuttx/pull/15696
   ##Summary
   - Added LLVM_ARCHTYPE, LLVM_CPUTYPE, and LLVM_ABITYPE to the exported build 
configuration in both `Export.mk` and `mkexport.sh`
   - These flags are now included in the generated `makeinfo.sh`, `Make.defs`, 
and `target.cmake` files during the export process
   
   ##Impact
   - Enables LLVM-specific build configurations to be properly exported and 
used in kernel builds
   - Improves compatibility with LLVM-based toolchains by ensuring necessary 
architecture, CPU, and ABI information is available during the build process
   - No functional changes for non-LLVM builds, as these flags are only used 
when LLVM toolchains are specified
   
   ## Testing
   
   GitHub CI and local board
   
   


-- 
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

Reply via email to