mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
Merge branch 'bugfix/pthread_cond_var_link_hook_v4.3' into 'release/v4.3'
bugfix(pthread): fixed pthread_condvar linker hook (v4.3) See merge request espressif/esp-idf!26007
This commit is contained in:
@ -4,7 +4,7 @@ idf_component_register(SRCS "pthread.c"
|
||||
INCLUDE_DIRS include)
|
||||
|
||||
set(extra_link_flags "-u pthread_include_pthread_impl")
|
||||
list(APPEND extra_link_flags "-u pthread_include_pthread_cond_impl")
|
||||
list(APPEND extra_link_flags "-u pthread_include_pthread_cond_var_impl")
|
||||
list(APPEND extra_link_flags "-u pthread_include_pthread_local_storage_impl")
|
||||
|
||||
if(CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP)
|
||||
|
Reference in New Issue
Block a user