btashton commented on a change in pull request #1436: URL: https://github.com/apache/incubator-nuttx/pull/1436#discussion_r458537979
########## File path: arch/arm/src/arm/Toolchain.defs ########## @@ -92,7 +92,7 @@ endif CC = $(CROSSDEV)gcc CXX = $(CROSSDEV)g++ -CPP = $(CROSSDEV)gcc -E +CPP = $(CROSSDEV)gcc -E -P -x c Review comment: sounds good since this is what it was before as well. There were some differences with RISC-V ABI in GCC, but it looks like those were identified as a bug and resolved. I'll merge. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org