Merge topic 'SunOS-link-CXX-normally'
60fe4b54
SunOS: Drop special case for linking C++ shared libraries with gcc (#15673)
This commit is contained in:
commit
6e11703c6c
|
@ -7,14 +7,6 @@ if(CMAKE_SYSTEM MATCHES "SunOS-4")
|
||||||
set(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":")
|
set(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CMAKE_COMPILER_IS_GNUCXX)
|
|
||||||
if(CMAKE_COMPILER_IS_GNUCC)
|
|
||||||
set(CMAKE_CXX_CREATE_SHARED_LIBRARY
|
|
||||||
"<CMAKE_C_COMPILER> <CMAKE_SHARED_LIBRARY_CXX_FLAGS> <LINK_FLAGS> <CMAKE_SHARED_LIBRARY_CREATE_CXX_FLAGS> <SONAME_FLAG><TARGET_SONAME> -o <TARGET> <OBJECTS> <LINK_LIBRARIES>")
|
|
||||||
else()
|
|
||||||
# Take default rule from CMakeDefaultMakeRuleVariables.cmake.
|
|
||||||
endif()
|
|
||||||
endif()
|
|
||||||
include(Platform/UnixPaths)
|
include(Platform/UnixPaths)
|
||||||
|
|
||||||
# Add the compiler's implicit link directories.
|
# Add the compiler's implicit link directories.
|
||||||
|
|
Loading…
Reference in New Issue