We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7afc517 + d2ad472 commit 5404efcCopy full SHA for 5404efc
src/ci/docker/host-x86_64/dist-x86_64-linux/build-gcc.sh
@@ -29,7 +29,8 @@ mkdir ../gcc-build
29
cd ../gcc-build
30
hide_output ../gcc-$GCC/configure \
31
--prefix=/rustroot \
32
- --enable-languages=c,c++
+ --enable-languages=c,c++ \
33
+ --disable-gnu-unique-object
34
hide_output make -j10
35
hide_output make install
36
ln -s gcc /rustroot/bin/cc
0 commit comments