File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ OS_NAME=${OS_NAME:-"linux"}
3636TAR_NAME=${TAR_NAME:- " atfl-${ATFL_VERSION} -${OS_NAME} -` uname -m` .tar.gz" }
3737ATFL_ASSERTIONS=${ATFL_ASSERTIONS:- " ON" }
3838ATFL_TARGET_TRIPLE=${ATFL_TARGET_TRIPLE:- " ` uname -m` -unknown-linux-gnu" }
39+ ARM_TOOLCHAIN_ID=$( cmake -DLLVM_TOOLCHAIN_PROJECT_CODE=L -P ${SOURCES_DIR} /arm-software/shared/cmake/generate_toolchain_id.cmake)
3940PROCESSOR_COUNT=$( getconf _NPROCESSORS_ONLN)
4041PARALLEL_JOBS=${PARALLEL_JOBS:- " ${PROCESSOR_COUNT} " }
4142# " <-- this is to help syntax highlighters to find a matching double quote
@@ -103,6 +104,7 @@ COMPILER_CMAKE_FLAGS=(
103104 -DLIBOMP_USE_HWLOC=False
104105 -DLIBOMP_OMPT_SUPPORT=ON
105106 -DLIBOMP_OMPD_GDB_SUPPORT=OFF
107+ -DARM_TOOLCHAIN_ID=" ${ARM_TOOLCHAIN_ID} "
106108 -DCLANG_VENDOR=" Arm Toolchain for Linux ${ATFL_VERSION} "
107109 -DFLANG_VENDOR=" Arm Toolchain for Linux ${ATFL_VERSION} "
108110 -DLLVM_VERSION_SUFFIX=" "
You can’t perform that action at this time.
0 commit comments