extinguish commented on code in PR #12884: URL: https://github.com/apache/nuttx/pull/12884#discussion_r1726723824
########## arch/arm/src/Makefile: ########## @@ -133,7 +133,7 @@ else endif ARCHSCRIPT := $(call CONVERT_PATH,$(ARCHSCRIPT)) -LDFLAGS += $(addprefix $(SCRIPT_OPT),$(addsuffix .tmp,$(ARCHSCRIPT))) $(EXTRALINKCMDS) +LDFLAGS += $(addprefix $(SCRIPT_OPT) ,$(addsuffix .tmp,$(ARCHSCRIPT))) $(EXTRALINKCMDS) Review Comment: > why change this is using to support "[support inputting multiple ldscript files when linking the nuttx.bin](https://github.com/apache/nuttx/pull/12884/commits/85ce364d4c60a9fd0729564b807788e7c199d8fc)" -- 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]
