cross-rs / cross-toolchains

Additional Dockerfiles and crosstool-ng config files to build additional toolchains.
Apache License 2.0
88 stars 16 forks source link

Support more uclibc Targets #18

Open Alexhuszagh opened 1 year ago

Alexhuszagh commented 1 year ago

The PR in #16 adds support for a uclibc target, however, there are numerous other supported uclibc targets, including:

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.