You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The PR in #16 adds support for a uclibc target, however, there are numerous other supported uclibc targets, including:
mips-unknown-linux-uclibcIt 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.
The text was updated successfully, but these errors were encountered: