We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7bba72 commit a8c12c7Copy full SHA for a8c12c7
src/ci/docker/host-x86_64/dist-x86_64-linux/build-gcc.sh
@@ -39,3 +39,8 @@ ln -s gcc /rustroot/bin/cc
39
cd ..
40
rm -rf gcc-build
41
rm -rf gcc-$GCC
42
+
43
+# FIXME: clang doesn't find 32-bit libraries in /rustroot/lib,
44
+# but it does look all the way under /rustroot/lib/[...]/32,
45
+# so we can link stuff there to help it out.
46
+ln /rustroot/lib/*.{a,so} -rst /rustroot/lib/gcc/x86_64-pc-linux-gnu/$GCC/32/
0 commit comments