gcc: Add 'mcf' thread model support from mcfgthread
authorLIU Hao <lh_mouse@126.com>
Mon, 7 Aug 2023 11:07:22 +0000 (13:07 +0200)
committerAlan Modra <amodra@gmail.com>
Sat, 12 Aug 2023 00:54:26 +0000 (10:24 +0930)
commit3a712247e2c3fee69e682b2bea336df1b9649e60
treefffa3fa781a5e3e26753696f5d4bf5d894de6c0d
parent9f2c14223f04597b29bbaeab961aedfceacc52c3
gcc: Add 'mcf' thread model support from mcfgthread

This patch adds the new thread model `mcf`, which implements mutexes
and condition variables with the mcfgthread library.

Source code for mcfgthread is available at <https://github.com/lhmouse/mcfgthread>.

config/
* gthr.m4 (GCC_AC_THREAD_HEADER): Add new case for `mcf` thread
model
config/gthr.m4