We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fcbfb commit c2899cfCopy full SHA for c2899cf
src/ci/docker/dist-x86_64-linux/build-gcc.sh
@@ -32,6 +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
36
37
cd ..
38
rm -rf gcc-build
0 commit comments