File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,6 @@ if (NOT DEFINED DEFAULT_SYSROOT)
42
42
message (WARNING "DEFAULT_SYSROOT must be specified for the cross toolchain build." )
43
43
endif ()
44
44
45
- if (DEFINED LLVM_AR )
46
- set (CMAKE_AR "${LLVM_AR} " CACHE STRING "" )
47
- endif ()
48
45
if (NOT DEFINED LLVM_TARGETS_TO_BUILD )
49
46
set (LLVM_TARGETS_TO_BUILD "ARM" CACHE STRING "" )
50
47
endif ()
@@ -111,7 +108,6 @@ set(LLVM_BUILTIN_TARGETS "${TARGET_TRIPLE}" CACHE STRING "")
111
108
112
109
set (BUILTINS_${TARGET_TRIPLE}_CMAKE_SYSTEM_NAME "Linux" CACHE STRING "" )
113
110
set (BUILTINS_${TARGET_TRIPLE}_CMAKE_SYSROOT "${DEFAULT_SYSROOT} " CACHE STRING "" )
114
- set (BUILTINS_${TARGET_TRIPLE}_CMAKE_AR "${CMAKE_AR} " CACHE STRING "" )
115
111
set (BUILTINS_${TARGET_TRIPLE}_CMAKE_INSTALL_RPATH "${RUNTIMES_INSTALL_RPATH} " CACHE STRING "" )
116
112
set (BUILTINS_${TARGET_TRIPLE}_CMAKE_BUILD_WITH_INSTALL_RPATH ON CACHE BOOL "" )
117
113
@@ -122,7 +118,6 @@ set(RUNTIMES_${TARGET_TRIPLE}_LLVM_ENABLE_RUNTIMES "${LLVM_
122
118
123
119
set (RUNTIMES_${TARGET_TRIPLE}_CMAKE_SYSTEM_NAME "Linux" CACHE STRING "" )
124
120
set (RUNTIMES_${TARGET_TRIPLE}_CMAKE_SYSROOT "${DEFAULT_SYSROOT} " CACHE STRING "" )
125
- set (RUNTIMES_${TARGET_TRIPLE}_CMAKE_AR "${CMAKE_AR} " CACHE STRING "" )
126
121
set (RUNTIMES_${TARGET_TRIPLE}_CMAKE_INSTALL_RPATH "${RUNTIMES_INSTALL_RPATH} " CACHE STRING "" )
127
122
set (RUNTIMES_${TARGET_TRIPLE}_CMAKE_BUILD_WITH_INSTALL_RPATH ON CACHE BOOL "" )
128
123
You can’t perform that action at this time.
0 commit comments