Open
Description
The PR in #16 adds support for a uclibc target, however, there are numerous other supported uclibc targets, including:
- armv5te-unknown-linux-uclibceabi
- armv7-unknown-linux-uclibceabi
- armv7-unknown-linux-uclibceabihf
mips-unknown-linux-uclibc
It shouldn't be too hard to support mips-unknown-linux-uclibc
, and the ARM targets might only require a little extra work. Tracking for the status can be found here.
Update: The ARM targets are currently having significant issues due to configuration differences. I'm assuming it's using SOFTFP versus SOFTW, but I'm unsure.