Skip to content

Instantly share code, notes, and snippets.

@shirok
Created July 7, 2016 18:05
Show Gist options
  • Save shirok/263399e5f8c81ac39a3908a4980b09c6 to your computer and use it in GitHub Desktop.
Save shirok/263399e5f8c81ac39a3908a4980b09c6 to your computer and use it in GitHub Desktop.
$ 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