Jorge Aparicio
|
ae58a87594
|
add -mrelax-relocations=no to i686-musl and i586-gnu
I've been experiencing #34978 with these two targets. This applies the
hack in #35178 to these targets as well.
|
2016-08-10 14:35:09 -05:00 |
|
Alex Crichton
|
b45c15ecca
|
mk: Remove -Wall -Werror everywhere
We're not writing C code, so there's not really much of a reason for us to get
warnings and errors from code we haven't written!
|
2016-07-19 00:04:47 -07:00 |
|
Brian Anderson
|
59db95b499
|
Convert makefiles to build LLVM/compiler-rt with CMake
|
2016-06-21 19:54:28 -07:00 |
|
Alex Crichton
|
3e12c78172
|
mk: Fix dependencies of unwind crate on musl
The libunwind.a library was accidentally only being included for the standard
library, not the new unwind crate which implements an unwinder.
|
2016-05-11 10:47:56 -07:00 |
|
Brian Anderson
|
bd3fe498e5
|
Add support for i686-unknown-linux-musl
|
2016-02-06 20:56:31 +00:00 |
|