Skip to content

Commit

Permalink
Revert "vte: Use libstdc++ when using clang"
Browse files Browse the repository at this point in the history
This issue has been resolved upstream:

https://gitlab.gnome.org/GNOME/vte/-/commit/c8838779d5f8c0e03411cef9775cd8f5a10a6204

This reverts commit 70295d7.

Signed-off-by: Ross Burton <ross.burton@arm.com>
  • Loading branch information
rossburton authored and kraj committed Sep 30, 2024
1 parent 32c4e62 commit 036ca82
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions conf/nonclangable.conf
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,6 @@ CFLAGS:pn-pidgin-sipe:append:toolchain-clang = " -Wno-error=cast-function-type-s
# v8 engine in nodejs moved beyong this commit
# https://github.com/v8/v8/commit/d15d49b09dc7aef9edcc4cf6a0cb2b77a0db203f
CXXFLAGS:pn-nodejs:append:toolchain-clang = " -Wno-error=enum-constexpr-conversion"
# ../vte-0.78.0/src/color-test.cc:167:21: error: constexpr function never produces a constant expression [-Winvalid-constexpr]
CXXFLAGS:pn-vte:append:toolchain-clang = " -Wno-error=invalid-constexpr"

#| /usr/src/debug/ruby/2.5.1-r0/build/../ruby-2.5.1/process.c:7073: undefined reference to `__mulodi4'
#| clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
Expand Down Expand Up @@ -421,10 +419,6 @@ LIBCPLUSPLUS:pn-poco:toolchain-clang = "-stdlib=libstdc++"
LIBCPLUSPLUS:pn-netdata:toolchain-clang = "-stdlib=libstdc++"
LIBCPLUSPLUS:pn-cpp-netlib:toolchain-clang = "-stdlib=libstdc++"
LIBCPLUSPLUS:pn-cpprest:toolchain-clang = "-stdlib=libstdc++"
# ../vte-0.78.0/src/termprops.hh:392:31: error: no matching function for call to 'from_chars'
# 392 | if (auto [ptr, err] = std::from_chars(std::begin(str),
# | ^~~~~~~~~~~~~~~
LIBCPLUSPLUS:pn-vte:toolchain-clang = "-stdlib=libstdc++"

# Uses gcc for native tools, e.g. nsinstall and passes clang options which fails so
# let same compiler ( gcc or clang) be native/cross compiler
Expand Down

0 comments on commit 036ca82

Please sign in to comment.