File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3-
43GCC_VERSION=${1}
54
65setup_gcc_alternatives ()
@@ -22,11 +21,14 @@ setup_gcc_alternatives()
2221GCC_ALTERNATIVES_PRI=99
2322GCC_ALTERNATIVES_PATH=" /usr/bin/"
2423
25- # setup llvm-config group
24+ # setup gcc group
2625GCC_ALTERNATIVES_GROUP_GCC_CONFIG=" "
2726GCC_ALTERNATIVES_GROUP_GCC_CONFIG=" ${GCC_ALTERNATIVES_GROUP_GCC_CONFIG} g++"
2827GCC_ALTERNATIVES_GROUP_GCC_CONFIG=" ${GCC_ALTERNATIVES_GROUP_GCC_CONFIG} gcc-ar"
2928GCC_ALTERNATIVES_GROUP_GCC_CONFIG=" ${GCC_ALTERNATIVES_GROUP_GCC_CONFIG} gcc-nm"
3029GCC_ALTERNATIVES_GROUP_GCC_CONFIG=" ${GCC_ALTERNATIVES_GROUP_GCC_CONFIG} gcc-ranlib"
30+ GCC_ALTERNATIVES_GROUP_GCC_CONFIG=" ${GCC_ALTERNATIVES_GROUP_GCC_CONFIG} gcov"
31+ GCC_ALTERNATIVES_GROUP_GCC_CONFIG=" ${GCC_ALTERNATIVES_GROUP_GCC_CONFIG} gcov-dump"
32+ GCC_ALTERNATIVES_GROUP_GCC_CONFIG=" ${GCC_ALTERNATIVES_GROUP_GCC_CONFIG} gcov-tool"
3133
3234setup_gcc_alternatives " ${GCC_VERSION} " " ${GCC_ALTERNATIVES_PRI} " " gcc" " ${GCC_ALTERNATIVES_GROUP_GCC_CONFIG} " " ${GCC_ALTERNATIVES_PATH} "
You can’t perform that action at this time.
0 commit comments