icebreaker-fpga / icebreaker-litex-examples

Example litex Risc-V SOC and some example code projects in multiple languages.
64 stars 18 forks source link

c-riscv-blink/Makefile: Check for riscv32-unknown-elf-gcc in different paths. #12

Closed Zottel closed 1 year ago

Zottel commented 1 year ago

riscv64-unknown-elf-gcc is already checked for in PATH, but riscv32-unknown-elf-gcc only in a specific directory.

Since the resulting information of this check is the same for specific or generic paths of that gcc, this will just do both.

esden commented 1 year ago

LGTM. Thank you very much.