no1wudi opened a new pull request, #12168:
URL: https://github.com/apache/nuttx/pull/12168

   ## Summary
   
   The current macro guard for TLS related symbols is not enough, only if 
!defined(CONFIG_DISABLE_PTHREAD) and CONFIG_TLS_NELEM > 0, the TLS related 
symbols
   will enabled.
   
   So if CONFIG_DISABLE_PTHREAD is not defined, but
   TLS is disabled, the reference to TLS related symbols will cause build error 
(undefined reference to xxx).
   
   
   
   ## Impact
   Minor
   ## Testing
   CI and local machine
   


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