Fix incorrect blackboard target triplet
This commit is contained in:
parent
b651767f11
commit
214d4afa55
@ -1,6 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
set(TARGET_TRIPLET armv4t-none-eabi)
|
||||
set(TARGET_TRIPLET arm-none-eabi)
|
||||
set(CMAKE_SYSTEM_NAME Generic)
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/clang.cmake")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user