This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
aea6f3234a
rust
/
mk
/
cfg
/
mips-unknown-linux-uclibc.mk
2 lines
24 B
Makefile
Raw
Normal View
History
Unescape
Escape
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
2016-08-16 17:07:55 -05:00
# rustbuild-only target
Reference in New Issue
Copy Permalink