about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorJethro Beekman <jethro@fortanix.com>2020-11-11 14:46:04 +0100
committerJethro Beekman <jethro@fortanix.com>2020-11-11 14:46:04 +0100
commitd2ad47269b7d395dede9d8bcc9c4f11062eb919c (patch)
treef79a4ccbfdab24323caf647ef7e47db612f208ac /src/ci
parentd4ea0b3e46a0303d5802b632e88ba1ba84d9d16f (diff)
downloadrust-d2ad47269b7d395dede9d8bcc9c4f11062eb919c.tar.gz
rust-d2ad47269b7d395dede9d8bcc9c4f11062eb919c.zip
Linux dist: don't include unique symbols in libLLVM
Diffstat (limited to 'src/ci')
-rwxr-xr-xsrc/ci/docker/host-x86_64/dist-x86_64-linux/build-gcc.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/dist-x86_64-linux/build-gcc.sh b/src/ci/docker/host-x86_64/dist-x86_64-linux/build-gcc.sh
index 9d7461ebee3..fcf869b68be 100755
--- a/src/ci/docker/host-x86_64/dist-x86_64-linux/build-gcc.sh
+++ b/src/ci/docker/host-x86_64/dist-x86_64-linux/build-gcc.sh
@@ -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