Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arm-software/embedded/cmake/generate_version_txt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(NOT (LLVM_TOOLCHAIN_C_LIBRARY STREQUAL llvmlibc)) # libc in a separate repo?
if(LLVM_TOOLCHAIN_C_LIBRARY MATCHES "^newlib")
set(base_library newlib)
else()
set(base_library $(LLVM_TOOLCHAIN_C_LIBRARY))
set(base_library ${LLVM_TOOLCHAIN_C_LIBRARY})
endif()

execute_process(
Expand Down