xiaoxiang781216 commented on code in PR #8752: URL: https://github.com/apache/nuttx/pull/8752#discussion_r1127513319
########## boards/risc-v/hpm6750/hpm6750evk2/scripts/Make.defs: ########## @@ -22,6 +22,10 @@ include $(TOPDIR)/.config include $(TOPDIR)/tools/Config.mk include $(TOPDIR)/arch/risc-v/src/common/Toolchain.defs +ifeq ($(CONFIG_HPM_GNU_TOOLCHAIN),y) + CROSSDEV = riscv32-unknown-elf- Review Comment: should we make it general for other arch/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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
