Created
July 7, 2016 18:05
-
-
Save shirok/263399e5f8c81ac39a3908a4980b09c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ gcc --version | |
gcc.exe (x86_64-win32-seh-rev1, Built by MinGW-W64 project) 5.2.0 | |
Copyright (C) 2015 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
$ grep THREAD gc/config.status | |
S["WIN32_THREADS_FALSE"]="#" | |
S["WIN32_THREADS_TRUE"]="" | |
S["DARWIN_THREADS_FALSE"]="" | |
S["DARWIN_THREADS_TRUE"]="#" | |
S["PTHREADS_FALSE"]="" | |
S["PTHREADS_TRUE"]="#" | |
S["THREADS_FALSE"]="#" | |
S["THREADS_TRUE"]="" | |
S["THREADDLLIBS"]="" | |
D["GC_WIN32_THREADS"]=" 1" | |
D["THREAD_LOCAL_ALLOC"]=" 1" | |
$ grep THREAD gc/libatomic_ops/config.status | |
S["HAVE_PTHREAD_H_FALSE"]="" | |
S["HAVE_PTHREAD_H_TRUE"]="#" | |
S["THREADDLLIBS"]="" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment