xiaoxiang781216 commented on code in PR #14539:
URL: https://github.com/apache/nuttx/pull/14539#discussion_r1820498280


##########
CMakeLists.txt:
##########
@@ -579,7 +579,7 @@ endif()
 get_property(ldscript GLOBAL PROPERTY LD_SCRIPT)
 
 # Pre-compile linker script
-if(NOT CONFIG_ARCH_SIM)
+if(NOT CONFIG_ARCH_SIM AND NOT CONFIG_ARCH_TOOLCHAIN_TASKING)

Review Comment:
   should we move the tool chain specific check to arch/xxx?



-- 
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]

Reply via email to