mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-06-04 23:51:58 +00:00
294b656af1
Debian Forky's gcc-arm-none-eabi uses picolibc as the default C library, replacing the old newlib-nano. Picolibc registers itself with GCC via a .specs file. That specs file automatically injects its own picolibc.ld into every link step — unless GCC sees a user-supplied -T flag at the GCC driver level. https://github.com/picolibc/picolibc/blob/main/doc/linking.md