From: LLVM Packaging Team Date: Tue, 25 Feb 2020 14:08:36 +0000 (+0000) Subject: tools_llvm-shlib_CMakeLists.txt X-Git-Tag: archive/raspbian/1%8.0.1-8+rpi1^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1e6baf2048c1c26273c03abd869381d9285f3b7a;p=llvm-toolchain-8.git tools_llvm-shlib_CMakeLists.txt =================================================================== Gbp-Pq: Topic kfreebsd Gbp-Pq: Name tools_llvm-shlib_CMakeLists.txt.diff --- diff --git a/tools/llvm-shlib/CMakeLists.txt b/tools/llvm-shlib/CMakeLists.txt index cf8a70280..3401f8427 100644 --- a/tools/llvm-shlib/CMakeLists.txt +++ b/tools/llvm-shlib/CMakeLists.txt @@ -46,6 +46,7 @@ if(LLVM_BUILD_LLVM_DYLIB) list(REMOVE_DUPLICATES LIB_NAMES) if(("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux") OR (MINGW) OR (HAIKU) OR ("${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD") + OR ("${CMAKE_SYSTEM_NAME}" STREQUAL "kFreeBSD") OR ("${CMAKE_SYSTEM_NAME}" STREQUAL "GNU") OR ("${CMAKE_SYSTEM_NAME}" STREQUAL "OpenBSD") OR ("${CMAKE_SYSTEM_NAME}" STREQUAL "Fuchsia")