aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d4f185602..f363a511f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -123,9 +123,6 @@ if (COMPILER_RT_STANDALONE_BUILD)
foreach(lang ${languages})
set(CMAKE_${lang}_CREATE_STATIC_LIBRARY "\"${CMAKE_LIBTOOL}\" -static ${LIBTOOL_NO_WARNING_FLAG} -o <TARGET> <LINK_FLAGS> <OBJECTS>")
- # Replace the finish target so that ranlib is not invoked on the
- # archive.
- set(CMAKE_${lang}_ARCHIVE_FINISH "")
endforeach()
endif()
@@ -136,8 +133,6 @@ if (COMPILER_RT_STANDALONE_BUILD)
foreach(cmd ${CMAKE_${lang}_CREATE_STATIC_LIBRARY})
list(APPEND CMAKE_${lang}_CREATE_STATIC_LIBRARY_NEW "${dyld_envar} ${cmd}")
endforeach()
- set(CMAKE_${lang}_CREATE_STATIC_LIBRARY ${CMAKE_${lang}_CREATE_STATIC_LIBRARY_NEW})
- set(CMAKE_${lang}_ARCHIVE_FINISH " ")
endforeach()
endif()
endif()