public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] libstdc++-v3: Check for TLS support on mingw
@ 2018-02-19  8:59 Hugo Beauzée-Luyssen
  2018-02-26 21:05 ` Jonathan Wakely
  2021-08-31  9:02 ` Jonathan Wakely
  0 siblings, 2 replies; 7+ messages in thread
From: Hugo Beauzée-Luyssen @ 2018-02-19  8:59 UTC (permalink / raw)
  To: gcc-patches, libstdc++

libstdc++-v3: Check for TLS support on mingw

2018-02-16  Hugo Beauzée-Luyssen  <hugo@beauzee.fr>

    * crossconfig.m4: Check for TLS support on mignw
    * configure: regenerate

Index: libstdc++-v3/crossconfig.m4
===================================================================
--- libstdc++-v3/crossconfig.m4 (revision 257730)
+++ libstdc++-v3/crossconfig.m4 (working copy)
@@ -197,6 +197,7 @@ case "${host}" in
     GLIBCXX_CHECK_LINKER_FEATURES
     GLIBCXX_CHECK_MATH_SUPPORT
     GLIBCXX_CHECK_STDLIB_SUPPORT
+    GCC_CHECK_TLS
     ;;
   *-netbsd*)
     SECTION_FLAGS='-ffunction-sections -fdata-sections'

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-15  8:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-19  8:59 [PATCH] libstdc++-v3: Check for TLS support on mingw Hugo Beauzée-Luyssen
2018-02-26 21:05 ` Jonathan Wakely
2021-08-31  9:02 ` Jonathan Wakely
2021-08-31 14:29   ` lhmouse
2021-09-01  1:46   ` Jonathan Yong
2021-09-01  9:52     ` Jonathan Wakely
2021-09-15  8:53       ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).