We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ea0b3 commit d2ad472Copy full SHA for d2ad472
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