yf13 commented on code in PR #11548: URL: https://github.com/apache/nuttx/pull/11548#discussion_r1452822372
########## tools/Zig.defs: ########## @@ -39,4 +39,6 @@ endif # Convert cortex-xxx/sifive-exx to cortex_xxx/sifive_exx +ifneq ($(LLVM_CPUTYPE),) ZIGFLAGS += -mcpu $(subst -,_,$(LLVM_CPUTYPE)) +endif Review Comment: No idea, it was there before. I got empty string during local test, so guarded it to move ahead. -- 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]
