about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2016-08-16 17:07:55 -0500
committerJorge Aparicio <japaricious@gmail.com>2016-08-16 17:12:51 -0500
commit1cf9cafeb14c4e9b16727b10953da95c5c5b0b1d (patch)
tree120bbd1d01dc1ae9f3dab4e45a0dce33f31e9f9a /src/rustllvm/RustWrapper.cpp
parent197be89f367d1240d5f9cd9c4efd77812775354e (diff)
downloadrust-1cf9cafeb14c4e9b16727b10953da95c5c5b0b1d.tar.gz
rust-1cf9cafeb14c4e9b16727b10953da95c5c5b0b1d.zip
add mips-uclibc targets
These targets cover OpenWRT 15.05 devices, which use the soft float ABI
and the uclibc library. None of the other built-in mips targets covered
those devices (mips-gnu is hard float and glibc-based, mips-musl is
musl-based).

With this commit one can now build std for these devices using these
commands:

```
$ configure --enable-rustbuild --target=mips-unknown-linux-uclibc
$ make
```

cc #35673
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions