Files
libopencm3/mk/genlink-rules.mk
Darrell Harmon 3c34f0033c genlink: avoid creating blank linker script if gcc fails
When piping to a file, if arm-none-eabi-gcc is not present in the path,
a blank linker script is created with genlink. After sourcing a bash
script to add GCC to the path, the linker script doesn't get rebuilt
due to a fresh timestamp despite failing to generate.
2019-12-11 09:42:05 +00:00

1008 B