diff options
author | Ross Burton <ross.burton@arm.com> | 2024-09-30 15:09:57 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-30 12:18:39 -0700 |
commit | 036ca8256d2e62ce153b6cba40ee03efd1d02633 (patch) | |
tree | f097b25ce68ed298ddd103420b371648e155bc01 | |
parent | 32c4e622bd723abf08753a0f7720a4b4064d8f95 (diff) | |
download | meta-clang-036ca8256d2e62ce153b6cba40ee03efd1d02633.tar.gz |
Revert "vte: Use libstdc++ when using clang"
This issue has been resolved upstream:
https://gitlab.gnome.org/GNOME/vte/-/commit/c8838779d5f8c0e03411cef9775cd8f5a10a6204
This reverts commit 70295d739f830a8d2abb2ad961e1c544f01be197.
Signed-off-by: Ross Burton <ross.burton@arm.com>
-rw-r--r-- | conf/nonclangable.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index ab43f36..56b6bac 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -354,8 +354,6 @@ CFLAGS:pn-pidgin-sipe:append:toolchain-clang = " -Wno-error=cast-function-type-s | |||
354 | # v8 engine in nodejs moved beyong this commit | 354 | # v8 engine in nodejs moved beyong this commit |
355 | # https://github.com/v8/v8/commit/d15d49b09dc7aef9edcc4cf6a0cb2b77a0db203f | 355 | # https://github.com/v8/v8/commit/d15d49b09dc7aef9edcc4cf6a0cb2b77a0db203f |
356 | CXXFLAGS:pn-nodejs:append:toolchain-clang = " -Wno-error=enum-constexpr-conversion" | 356 | CXXFLAGS:pn-nodejs:append:toolchain-clang = " -Wno-error=enum-constexpr-conversion" |
357 | # ../vte-0.78.0/src/color-test.cc:167:21: error: constexpr function never produces a constant expression [-Winvalid-constexpr] | ||
358 | CXXFLAGS:pn-vte:append:toolchain-clang = " -Wno-error=invalid-constexpr" | ||
359 | 357 | ||
360 | #| /usr/src/debug/ruby/2.5.1-r0/build/../ruby-2.5.1/process.c:7073: undefined reference to `__mulodi4' | 358 | #| /usr/src/debug/ruby/2.5.1-r0/build/../ruby-2.5.1/process.c:7073: undefined reference to `__mulodi4' |
361 | #| clang-7: error: linker command failed with exit code 1 (use -v to see invocation) | 359 | #| clang-7: error: linker command failed with exit code 1 (use -v to see invocation) |
@@ -421,10 +419,6 @@ LIBCPLUSPLUS:pn-poco:toolchain-clang = "-stdlib=libstdc++" | |||
421 | LIBCPLUSPLUS:pn-netdata:toolchain-clang = "-stdlib=libstdc++" | 419 | LIBCPLUSPLUS:pn-netdata:toolchain-clang = "-stdlib=libstdc++" |
422 | LIBCPLUSPLUS:pn-cpp-netlib:toolchain-clang = "-stdlib=libstdc++" | 420 | LIBCPLUSPLUS:pn-cpp-netlib:toolchain-clang = "-stdlib=libstdc++" |
423 | LIBCPLUSPLUS:pn-cpprest:toolchain-clang = "-stdlib=libstdc++" | 421 | LIBCPLUSPLUS:pn-cpprest:toolchain-clang = "-stdlib=libstdc++" |
424 | # ../vte-0.78.0/src/termprops.hh:392:31: error: no matching function for call to 'from_chars' | ||
425 | # 392 | if (auto [ptr, err] = std::from_chars(std::begin(str), | ||
426 | # | ^~~~~~~~~~~~~~~ | ||
427 | LIBCPLUSPLUS:pn-vte:toolchain-clang = "-stdlib=libstdc++" | ||
428 | 422 | ||
429 | # Uses gcc for native tools, e.g. nsinstall and passes clang options which fails so | 423 | # Uses gcc for native tools, e.g. nsinstall and passes clang options which fails so |
430 | # let same compiler ( gcc or clang) be native/cross compiler | 424 | # let same compiler ( gcc or clang) be native/cross compiler |