mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
disable ld.lld and ld.gold when cross-compiling
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
7b564b5caa
commit
dbb56c9f08
@ -117,6 +117,8 @@ elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "AMD64")
|
||||
set(NEO_TARGET_PROCESSOR "x86_64")
|
||||
elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "aarch64")
|
||||
set(NEO_TARGET_PROCESSOR "aarch64")
|
||||
set(NEO_DISABLE_LD_LLD TRUE)
|
||||
set(NEO_DISABLE_LD_GOLD TRUE)
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/third_party/sse2neon)
|
||||
endif()
|
||||
message(STATUS "Target processor: ${NEO_TARGET_PROCESSOR}")
|
||||
|
Reference in New Issue
Block a user