no1wudi opened a new pull request, #8916:
URL: https://github.com/apache/nuttx/pull/8916

   
   
   ## Summary
   Current Toolchain.defs set the compile flags directly, it's OK for target 
specified gcc toolchain.
   
   But some LLVM based toolchains (Rust/Zig etc) use single toolchain to handle 
all supported paltform.
   
   In this patch, arch level Toolchain.defs export standard LLVM style arch 
flags, and let <Lang>.defs to map them into internal style,
   
   This will simplify the intergration of non-c language.
   ## Impact
   Refactor only
   ## Testing
   SIM/RISCV/ARM with zig
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to