FujiNetWIFI/fujinet-firmware
components_pc/libssh/ConfigureChecks.cmake
:305
check_c_source_compiles("
__thread int tls;
int main(void) {
return 0;
}" HAVE_GCC_THREAD_LOCAL_STORAGE)