Closed JustAPerson closed 7 years ago
cc @alexcrichton: @nagisa said on irc that this commit (ea1818f1) may be relevant
@JustAPerson this may have been fixed by https://github.com/rust-lang/rust/pull/34578, could you check to see whether or not you're checkout has that commit yet?
@alexcrichton reporter claimed to have had cloned a fresh rust repository yesterday, so the PR must have been in.
Oh looking again it appears that you're building with rustbuild which I believe hasn't been fixed in this regard.
@JustAPerson if you compile with CFLAGS_i686_unknown_linux_gnu=-march=i686
does it work for you?
Make's gone now, so closing.
Trying to build a minimal set of rust libraries to link against for cross compiling to a 32 bit host.
Things look okay until trying to build
compiler-rt