nealef commented on PR #2026: URL: https://github.com/apache/nuttx-apps/pull/2026#issuecomment-1735053861
That would mean placing this information in 27 different `Toolchain.defs` files? If so, I can do it but I don't want to find out that I've done it wrongly after the fact. ``` ./arch/xtensa/src/lx7/Toolchain.defs ./arch/xtensa/src/lx6/Toolchain.defs ./arch/avr/src/avr32/Toolchain.defs ./arch/avr/src/avr/Toolchain.defs ./arch/z16/src/z16f/Toolchain.defs ./arch/z80/src/ez80/Toolchain.defs ./arch/z80/src/z80/Toolchain.defs ./arch/z80/src/z8/Toolchain.defs ./arch/z80/src/z180/Toolchain.defs ./arch/or1k/src/mor1kx/Toolchain.defs ./arch/misoc/src/lm32/Toolchain.defs ./arch/misoc/src/minerva/Toolchain.defs ./arch/risc-v/src/common/Toolchain.defs ./arch/mips/src/mips32/Toolchain.defs ./arch/ceva/src/xc5/Toolchain.defs ./arch/ceva/src/xm6/Toolchain.defs ./arch/arm/src/armv7-m/Toolchain.defs ./arch/arm/src/armv8-r/Toolchain.defs ./arch/arm/src/armv7-r/Toolchain.defs ./arch/arm/src/common/Toolchain.defs ./arch/arm/src/armv7-a/Toolchain.defs ./arch/arm/src/armv6-m/Toolchain.defs ./arch/arm/src/tlsr82/Toolchain.defs ./arch/arm/src/arm/Toolchain.defs ./arch/arm/src/armv8-m/Toolchain.defs ./arch/sparc/src/sparc_v8/Toolchain.defs ./arch/arm64/src/Toolchain.defs ``` Or should I only do it for those archs under CI? -- 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]
