mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
Merge branch 'bugfix/pthread_tcb_cleanup_wrapper_v4.1' into 'release/v4.1'
Fix linking for vPortCleanUpTCB wrapper (v4.1) See merge request espressif/esp-idf!8701
This commit is contained in:
@ -8,7 +8,7 @@ list(APPEND extra_link_flags "-u pthread_include_pthread_cond_impl")
|
|||||||
list(APPEND extra_link_flags "-u pthread_include_pthread_local_storage_impl")
|
list(APPEND extra_link_flags "-u pthread_include_pthread_local_storage_impl")
|
||||||
|
|
||||||
if(CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP)
|
if(CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP)
|
||||||
target_link_libraries(${COMPONENT_LIB} "-Wl,--wrap=vPortCleanUpTCB")
|
target_link_libraries(${COMPONENT_LIB} INTERFACE "-Wl,--wrap=vPortCleanUpTCB")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(extra_link_flags)
|
if(extra_link_flags)
|
||||||
|
Reference in New Issue
Block a user