Skip to content

Commit aebf03d

Browse files
author
Marcin Tomczyk
authored
Set LLVM_DEFAULT_TARGET_TRIPLE to aarch64-none-elf
1 parent 778fa86 commit aebf03d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
147147
)
148148
set(LLVM_ENABLE_PROJECTS clang;lld CACHE STRING "")
149149
set(LLVM_TARGETS_TO_BUILD AArch64;ARM CACHE STRING "")
150+
set(LLVM_DEFAULT_TARGET_TRIPLE aarch64-none-elf CACHE STRING "")
150151

151152
# Default to a release build
152153
# (CMAKE_BUILD_TYPE is a special CMake variable so if you want to set

0 commit comments

Comments
 (0)