From 049f94af487fc8be704f8740e2d2946ac5c6efc9 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Wed, 6 Nov 2019 08:31:27 -0800 Subject: [PATCH] Revert "build: explicitly set the linker language for unwind" This reverts commit 6db7a5cd7c800a588e94ce5c1ef24ae4d60ecdd3. This adversely impacted the NetBSD libc++ bot for some reason, reverting while investigating. --- libunwind/src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/libunwind/src/CMakeLists.txt b/libunwind/src/CMakeLists.txt index 1ecda264..ed20ff0 100644 --- a/libunwind/src/CMakeLists.txt +++ b/libunwind/src/CMakeLists.txt @@ -127,8 +127,6 @@ if (LIBUNWIND_ENABLE_SHARED) "${LIBUNWIND_COMPILE_FLAGS}" LINK_FLAGS "${LIBUNWIND_LINK_FLAGS}" - LINKER_LANGUAGE - C OUTPUT_NAME "unwind" VERSION -- 2.7.4