Skip to content

Commit 10eab3b

Browse files
authored
Try symlink gcc
1 parent c2899cf commit 10eab3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +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
35+
ln -s gcc /rustroot/bin/cc
3636

3737
cd ..
3838
rm -rf gcc-build

0 commit comments

Comments
 (0)