File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,14 @@ if(LLVM_BUILD_LLVM_DYLIB)
33
33
add_llvm_library(LLVM SHARED DISABLE_LLVM_LINK_LLVM_DYLIB SONAME ${INSTALL_WITH_TOOLCHAIN} ${SOURCES} )
34
34
35
35
list (REMOVE_DUPLICATES LIB_NAMES)
36
- if ((" ${CMAKE_SYSTEM_NAME} " STREQUAL "Linux" ) OR ( MINGW) OR (HAIKU)
37
- OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "FreeBSD " )
36
+ if ((MINGW) OR (HAIKU)
37
+ OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "Linux " )
38
38
OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "GNU" )
39
+ OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "FreeBSD" )
40
+ OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "NetBSD" )
39
41
OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "OpenBSD" )
40
- OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "Fuchsia" )
41
42
OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "DragonFly" )
43
+ OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "Fuchsia" )
42
44
OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "Android" )
43
45
OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "SunOS" )) # FIXME: It should be "GNU ld for elf"
44
46
configure_file (
You can’t perform that action at this time.
0 commit comments