File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc${GCC} 100
115115update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++${GCC} 100
116116update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran${GCC} 100
117117update-alternatives --install /usr/bin/clang clang /usr/bin/clang${CLANG} 100
118+ update-alternatives --install /usr/bin/flang flang /usr/bin/flang${CLANG} 100
118119update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++${CLANG} 100
119120update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format${CLANG} 100
120121update-alternatives --install /usr/bin/clang-format-diff clang-format-diff /usr/bin/clang-format-diff${CLANG} 100
You can’t perform that action at this time.
0 commit comments