Skip to content

Commit cde4c5b

Browse files
authored
Change the name of LLVM libc package to be easier to identify (#393)
Now `ATfE-*-Linux-x86_64.tar.xz` matches both packages, making one `ATfE_llvmlibc-*-Linux-x86_64.tar.xz` will make it distinct and easier to handle in scripts.
1 parent 0f7ffb3 commit cde4c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arm-software/embedded/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ else()
504504
if(LLVM_TOOLCHAIN_C_LIBRARY STREQUAL "picolibc")
505505
set(PACKAGE_FILE_NAME ${PACKAGE_NAME}-${PACKAGE_VERSION}-${CPACK_SYSTEM_NAME})
506506
else()
507-
set(PACKAGE_FILE_NAME ${PACKAGE_NAME}-${PACKAGE_VERSION}-${LLVM_TOOLCHAIN_C_LIBRARY}-${CPACK_SYSTEM_NAME})
507+
set(PACKAGE_FILE_NAME ${PACKAGE_NAME}_${LLVM_TOOLCHAIN_C_LIBRARY}-${PACKAGE_VERSION}-${CPACK_SYSTEM_NAME})
508508
endif()
509509
endif()
510510
set(CPACK_PACKAGE_FILE_NAME ${PACKAGE_FILE_NAME})

0 commit comments

Comments
 (0)