diff options
Diffstat (limited to 'build/clang-plugin/Makefile.in')
-rw-r--r-- | build/clang-plugin/Makefile.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/build/clang-plugin/Makefile.in b/build/clang-plugin/Makefile.in index ff1e39d1b7..f8bdeca4cd 100644 --- a/build/clang-plugin/Makefile.in +++ b/build/clang-plugin/Makefile.in @@ -33,10 +33,3 @@ endif # correctly. Note that the binary produced here is a host tool and doesn't need # to be distributed. MACOSX_DEPLOYMENT_TARGET := - -# Temporarily relax the requirements for libstdc++ symbol versions on static -# analysis plugin in order to use a recent clang by accepting libstdc++ from -# gcc 4.4.0 (GLIBCXX_3.4.11). -ifdef CHECK_STDCXX -CHECK_STDCXX = $(call CHECK_SYMBOLS,$(1),GLIBCXX,libstdc++,v[1] > 3 || (v[1] == 3 && v[2] == 4 && v[3] > 11)) -endif |