Skip to content

Commit c2899cf

Browse files
authored
build-gcc: Create missing cc hard link
1 parent c7fcbfb commit c2899cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/docker/dist-x86_64-linux/build-gcc.sh

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ hide_output ../gcc-$GCC/configure \
3232
--enable-languages=c,c++
3333
hide_output make -j10
3434
hide_output make install
35+
ln /rustroot/bin/gcc /rustroot/bin/cc
3536

3637
cd ..
3738
rm -rf gcc-build

0 commit comments

Comments
 (0)