pkarashchenko commented on code in PR #10671: URL: https://github.com/apache/nuttx/pull/10671#discussion_r1328260283
########## boards/sim/sim/sim/scripts/Make.defs: ########## @@ -272,6 +272,6 @@ endif # Let the symbol table link from 0x400000 # which is more convenient for debugging. -ifeq ($(CONFIG_HOST_MACOS),n) +ifeq ($(CONFIG_HOST_MACOS),) LDFLAGS += -Wl,-Ttext-segment=0x400000 Review Comment: Maybe we can merge this with line 262? -- 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]
