Skip to content

Commit 484b304

Browse files
committed
build-gcc: Create missing cc symlink
1 parent 00acb7b commit 484b304

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

Lines changed: 1 addition & 0 deletions
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 -s gcc /rustroot/bin/cc
3536

3637
cd ..
3738
rm -rf gcc-build

0 commit comments

Comments
 (0)