commit | 96c372d853eca988b6af216496e19fd24bfb1b78 | [log] [tgz] |
---|---|---|
author | Thomas Huth <thuth@redhat.com> | Thu Oct 28 20:59:07 2021 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Nov 02 15:57:28 2021 +0100 |
tree | 23582e379c0d734b2471d458120d265a4cea0ee8 | |
parent | eea9453a016b622f74898809f53e0ca85961cd80 [diff] |
configure: Remove the check for the __thread keyword We recently bumped our minimum required version of GCC to 7.4 and Clang to 6.0, and those compiler versions should support the __thread keyword already. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20211028185910.1729744-2-thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>