diff options
| author | Jethro Beekman <jethro@fortanix.com> | 2020-11-11 14:46:04 +0100 |
|---|---|---|
| committer | Jethro Beekman <jethro@fortanix.com> | 2020-11-11 14:46:04 +0100 |
| commit | d2ad47269b7d395dede9d8bcc9c4f11062eb919c (patch) | |
| tree | f79a4ccbfdab24323caf647ef7e47db612f208ac /src/ci | |
| parent | d4ea0b3e46a0303d5802b632e88ba1ba84d9d16f (diff) | |
| download | rust-d2ad47269b7d395dede9d8bcc9c4f11062eb919c.tar.gz rust-d2ad47269b7d395dede9d8bcc9c4f11062eb919c.zip | |
Linux dist: don't include unique symbols in libLLVM
Diffstat (limited to 'src/ci')
| -rwxr-xr-x | src/ci/docker/host-x86_64/dist-x86_64-linux/build-gcc.sh | 3 |
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 |
