-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
enhancementNew feature or requestNew feature or request
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request