]> granicus.if.org Git - esp-idf/commit
pthread: force linking pthread implementation from IDF
authorIvan Grokhotkov <ivan@espressif.com>
Sun, 28 Jul 2019 09:22:08 +0000 (11:22 +0200)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 29 Jul 2019 02:43:49 +0000 (04:43 +0200)
commit661769527c16d6f3269b6a6254f0576135c8673d
tree1cfbfdb0b03760d98f20c1e4dc5f614bbb4c124e
parent1b6010bedf1213c4b27a6e069c96df38bc9b86a2
pthread: force linking pthread implementation from IDF

Force linking pthread implementation from IDF, instead of the weak
functions provided by gthread library. Previously this would either
work or not depending on the linking order.

Thanks @bpietsch for suggesting the fix.

Closes https://github.com/espressif/esp-idf/issues/3709
components/pthread/CMakeLists.txt
components/pthread/component.mk
components/pthread/pthread.c
components/pthread/pthread_cond_var.c
components/pthread/pthread_local_storage.c