From: LLVM Packaging Team Date: Tue, 12 Nov 2019 13:12:48 +0000 (+0000) Subject: tools_llvm-shlib_CMakeLists.txt X-Git-Tag: archive/raspbian/1%8.0.1-4+rpi1^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bfea6db5b9d7ebdda14d04394dd1fcc8652fd526;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")