Skip to content

Commit 5404efc

Browse files
committed
Auto merge of #78946 - jethrogb:linux-x86-llvm-no-gnu-unique, r=Mark-Simulacrum
Linux dist: don't include unique symbols in libLLVM Fixes #76980
2 parents 7afc517 + d2ad472 commit 5404efc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ mkdir ../gcc-build
2929
cd ../gcc-build
3030
hide_output ../gcc-$GCC/configure \
3131
--prefix=/rustroot \
32-
--enable-languages=c,c++
32+
--enable-languages=c,c++ \
33+
--disable-gnu-unique-object
3334
hide_output make -j10
3435
hide_output make install
3536
ln -s gcc /rustroot/bin/cc

0 commit comments

Comments
 (0)