mirror of
https://github.com/andreili/klipper.git
synced 2025-09-13 00:51:13 +02:00
In binutils 2.36 and above the -nostartfiles option is no longer ignored. -nostartfiles is actually a gcc option, and so isn't supported by ld. Earlier versions of binutils however had less error checking, and thus just ignored the option. Signed-off-by: Lasse Dalegaard <dalegaard@gmail.com>