File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,6 @@ function(_report_sdk prefix)
62
62
endif ()
63
63
endif ()
64
64
message (STATUS " Object Format: ${SWIFT_SDK_${prefix} _OBJECT_FORMAT}" )
65
- foreach (arch ${SWIFT_SDK_${prefix}_ARCHITECTURES} )
66
- if (SWIFT_SDK_${prefix}_ARCH_${arch}_LINKER )
67
- message (STATUS " Linker (${arch} ): ${SWIFT_SDK_${prefix} _ARCH_${arch} _LINKER}" )
68
- else ()
69
- message (STATUS " Linker (${arch} ): ${CMAKE_LINKER} " )
70
- endif ()
71
- endforeach ()
72
65
73
66
foreach (arch ${SWIFT_SDK_${prefix}_ARCHITECTURES} )
74
67
message (STATUS
@@ -205,11 +198,6 @@ macro(configure_sdk_unix name architectures)
205
198
endif ()
206
199
set (SWIFT_SDK_ANDROID_ARCH_${arch}_NDK_PREBUILT_PATH
207
200
"${SWIFT_ANDROID_NDK_PATH} /toolchains/${SWIFT_SDK_ANDROID_ARCH_${arch} _NDK_TRIPLE}-${SWIFT_ANDROID_NDK_GCC_VERSION} /prebuilt/${_swift_android_prebuilt_build} " )
208
-
209
- # Resolve the correct linker based on the file name of CMAKE_LINKER (being 'ld' or 'ld.gold' the options)
210
- get_filename_component (SWIFT_ANDROID_LINKER_NAME "${CMAKE_LINKER} " NAME )
211
- set (SWIFT_SDK_ANDROID_ARCH_${arch}_LINKER
212
- "${SWIFT_SDK_ANDROID_ARCH_${arch} _NDK_PREBUILT_PATH}/bin/${SWIFT_SDK_ANDROID_ARCH_${arch} _NDK_TRIPLE}-${SWIFT_ANDROID_LINKER_NAME} " )
213
201
else ()
214
202
if (NOT SWIFT_SDK_${prefix}_ARCH_${arch}_PATH )
215
203
set (SWIFT_SDK_${prefix}_ARCH_${arch}_PATH "/" )
You can’t perform that action at this time.
0 commit comments