Skip to content

Commit 69945a0

Browse files
authored
[ATfL] Get rid of the dot from the version suffix (#119)
It's a cherry-pick from the arm-software branch. Apparently, an empty string is sufficient as well.
1 parent ff001e2 commit 69945a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arm-software/linux/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ COMPILER_CMAKE_FLAGS=(
100100
-DLIBOMP_OMPD_GDB_SUPPORT=OFF
101101
-DCLANG_VENDOR="Arm Toolchain for Linux ${ATFL_VERSION}"
102102
-DFLANG_VENDOR="Arm Toolchain for Linux ${ATFL_VERSION}"
103-
-DLLVM_VERSION_SUFFIX=.
103+
-DLLVM_VERSION_SUFFIX=""
104104
)
105105
LIBUNWIND_SHARED_CMAKE_FLAGS=(
106106
-DLIBUNWIND_USE_COMPILER_RT=ON

0 commit comments

Comments
 (0)