xiaoxiang781216 commented on a change in pull request #5485: URL: https://github.com/apache/incubator-nuttx/pull/5485#discussion_r806405475
########## File path: arch/arm/src/rtl8720c/Toolchain.defs ########## @@ -50,8 +50,8 @@ ifneq ($(CONFIG_ARMV8M_STACKCHECK),y) endif endif -ARCHCFLAGS = -fno-builtin -march=armv8-m.main+dsp -mthumb -mfloat-abi=soft -D__thumb2__ -g -gdwarf-3 -Os -fno-tree-scev-cprop -ARCHCXXFLAGS = -fno-builtin -nostdinc++ -std=c++11 +ARCHCFLAGS = -fno-builtin -march=armv8-m.main+dsp -mthumb -mfloat-abi=soft -D__thumb2__ -g -gdwarf-3 -Os -fno-tree-scev-cprop -fno-common Review comment: The library generate with/without -fno-common mayn't link together. So, I think it's better to fix the selection. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org