diff options
author | thegeorg <thegeorg@yandex-team.com> | 2025-01-24 20:03:43 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2025-01-24 21:39:05 +0300 |
commit | cce7da50df521254dc82ca9e8dacf5da131ff487 (patch) | |
tree | 753ecfab38ae6014f55742c6a3367dfdd27afc6e /contrib/libs | |
parent | 19ef56ab1ad568c9c4677fc22a042f84403053eb (diff) | |
download | ydb-cce7da50df521254dc82ca9e8dacf5da131ff487.tar.gz |
Clarify conditions to link against -lpthread
commit_hash:d1591aff30e1348f17b1d038f2ed92d5537de9cb
Diffstat (limited to 'contrib/libs')
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/.yandex_meta/build.ym | 4 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/ya.make | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/.yandex_meta/build.ym b/contrib/libs/cxxsupp/libcxx/.yandex_meta/build.ym index 0f0822ba8c..1ee5328ff5 100644 --- a/contrib/libs/cxxsupp/libcxx/.yandex_meta/build.ym +++ b/contrib/libs/cxxsupp/libcxx/.yandex_meta/build.ym @@ -157,10 +157,6 @@ ELSE() ) ENDIF() -IF (OS_LINUX) - EXTRALIBS(-lpthread) -ENDIF() - IF (CLANG) CXXFLAGS(GLOBAL -nostdinc++) ENDIF() diff --git a/contrib/libs/cxxsupp/libcxx/ya.make b/contrib/libs/cxxsupp/libcxx/ya.make index da13447b1a..785b2cf07f 100644 --- a/contrib/libs/cxxsupp/libcxx/ya.make +++ b/contrib/libs/cxxsupp/libcxx/ya.make @@ -74,10 +74,6 @@ ELSE() CXXFLAGS(-nostdinc++) ENDIF() -IF (OS_LINUX) - EXTRALIBS(-lpthread) -ENDIF() - IF (CLANG) CXXFLAGS(GLOBAL -nostdinc++) ENDIF() |