mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-09-07 11:00:50 +02:00
It seems recent arm gcc versions no longer build correctly using the "--specs=nano.specs --specs=nosys.specs" linker flags. Replace those linker flags with "-nostdlib -lgcc -lc_nano". Signed-off-by: Kevin O'Connor <kevin@koconnor.net>