Removed -mmacosx-version-min option.

This commit is contained in:
Igor Sysoev
2018-06-28 18:31:27 +03:00
parent 50228b35b6
commit 313da403a5
5 changed files with 1 additions and 30 deletions

View File

@@ -203,8 +203,7 @@ fi
# Thread Local Storage / Thread Specific Data.
#
# Linux, FreeBSD 5.3, Solaris.
# MacOSX 10.7 (Lion) Clang. However, if the -mmacosx-version-min
# option is specified it must be at least 10.7.
# MacOSX 10.7 (Lion) Clang.
nxt_feature="__thread"
nxt_feature_name=NXT_HAVE_THREAD_STORAGE_CLASS