Skip to content

Commit d2ad472

Browse files
author
Jethro Beekman
committed
Linux dist: don't include unique symbols in libLLVM
1 parent d4ea0b3 commit d2ad472

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)