mirror of
https://github.com/seL4/seL4.git
synced 2026-04-04 14:31:12 +00:00
Rename ARM toolchain flag to aarch32
This commit is contained in:
@@ -21,8 +21,11 @@ set(CMAKE_SYSROOT "${CMAKE_BINARY_DIR}")
|
||||
set(CMAKE_STAGING_PREFIX "${CMAKE_BINARY_DIR}/staging")
|
||||
|
||||
if("${CROSS_COMPILER_PREFIX}" STREQUAL "")
|
||||
if(ARM)
|
||||
if(AARCH32 OR ARM)
|
||||
set(CROSS_COMPILER_PREFIX "arm-linux-gnueabi-" CACHE INTERNAL "")
|
||||
if(ARM)
|
||||
message("ARM flag is deprecated, please use AARCH32")
|
||||
endif()
|
||||
elseif(AARCH64)
|
||||
set(CROSS_COMPILER_PREFIX "aarch64-linux-gnu-" CACHE INTERNAL "")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user