[libunwind] Remove checks for -nostdlib++ (#143162)

libunwind uses a C linker, so it's never even trying to link against any
C++ libraries. This removes the code which tries to drop C++ libraries,
which makes the CMake configuration simpler and allows for upgrading
GCC.

GitOrigin-RevId: c59cc2b690b9e528a82ba214f74a8f7c8abb3cde
2 files changed
tree: a769a6fc4edde3cf0a8e0eccd370a5fdcdc9583d
  1. cmake/
  2. docs/
  3. include/
  4. src/
  5. test/
  6. .clang-format
  7. CMakeLists.txt
  8. LICENSE.TXT