|
@@ -9,7 +9,7 @@
|
|
|
FAKEID=3141592653
|
|
|
|
|
|
SANDBOX_FAKEID=${FAKEID}.7600000
|
|
|
-CPP_FAKEID=9107927
|
|
|
+CPP_FAKEID=9107927
|
|
|
GO_FAKEID=9056219
|
|
|
ANDROID_FAKEID=8821472
|
|
|
CLANG_TIDY_FAKEID=8625699
|
|
@@ -1294,12 +1294,12 @@ module _BASE_UNIT: _BARE_UNIT {
|
|
|
LINK_SCRIPT_EXE_FLAGS += --musl
|
|
|
PEERDIR+=contrib/libs/musl/include
|
|
|
}
|
|
|
-
|
|
|
- # g++ has proxy C-headers which are incompatible with libc++ proxy C-headers.
|
|
|
- # The same problem exists for clang toolchain. On the other hand, the problem
|
|
|
- # doesn't affect cl since it has united C/C++ library and doesn't need
|
|
|
- # proxy C-headers.
|
|
|
- # Disable all C++ headers including proxy C-headers when we use libc++.
|
|
|
+
|
|
|
+ # g++ has proxy C-headers which are incompatible with libc++ proxy C-headers.
|
|
|
+ # The same problem exists for clang toolchain. On the other hand, the problem
|
|
|
+ # doesn't affect cl since it has united C/C++ library and doesn't need
|
|
|
+ # proxy C-headers.
|
|
|
+ # Disable all C++ headers including proxy C-headers when we use libc++.
|
|
|
when ($USE_INTERNAL_STL == "yes" && $MSVC != "yes") {
|
|
|
CXXFLAGS += -nostdinc++
|
|
|
}
|