Meziu / rust-horizon

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
3 stars 1 forks source link

Include default libraries when compiling armv6k-nintendo-3ds #3

Closed AzureMarker closed 2 years ago

AzureMarker commented 2 years ago

This removes the need for -C default-linker-libraries in cargo-3ds. It makes sense to do this anyways because the target is always cross compiled to (no fear of including unwanted system libraries), and the default linker libraries fill in some missing symbols.

Also fixed the dependency specification for libc and updated it to the latest commit.