Skip to content
Commit b80581d3 authored by Jason Evans's avatar Jason Evans
Browse files

Forcibly disable TLS on OS X.

Forcibly disable TLS on OS X.  gcc and llvm-gcc on OS X do not support
TLS, but clang does.  Unfortunately, the implementation calls malloc()
internally during TLS initialization, which causes an unresolvable
bootstrapping issue.
parent 9022bf9b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment