Skip to content

Commit

Permalink
Auto merge of #78946 - jethrogb:linux-x86-llvm-no-gnu-unique, r=Mark-…
Browse files Browse the repository at this point in the history
…Simulacrum

Linux dist: don't include unique symbols in libLLVM

Fixes #76980
  • Loading branch information
bors committed Nov 11, 2020
2 parents 7afc517 + d2ad472 commit 5404efc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ci/docker/host-x86_64/dist-x86_64-linux/build-gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ mkdir ../gcc-build
cd ../gcc-build
hide_output ../gcc-$GCC/configure \
--prefix=/rustroot \
--enable-languages=c,c++
--enable-languages=c,c++ \
--disable-gnu-unique-object
hide_output make -j10
hide_output make install
ln -s gcc /rustroot/bin/cc
Expand Down

0 comments on commit 5404efc

Please sign in to comment.