We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2899cf commit 10eab3bCopy full SHA for 10eab3b
src/ci/docker/dist-x86_64-linux/build-gcc.sh
@@ -32,7 +32,7 @@ hide_output ../gcc-$GCC/configure \
32
--enable-languages=c,c++
33
hide_output make -j10
34
hide_output make install
35
-ln /rustroot/bin/gcc /rustroot/bin/cc
+ln -s gcc /rustroot/bin/cc
36
37
cd ..
38
rm -rf gcc-build
0 commit comments