ibex/examples/sw/led
Leon Woestenberg 7506d4da2a [sw] Fix GNU GCC toolchain component substitution for file path case.
This invocation would break:

make -C examples/sw/led/ CC=/opt/lowrisc-toolchain-gcc-rv32imc-20210412-1/bin/riscv32-unknown-elf-gcc

because the "-gcc" occurence inside the directory name would also be replaced.

Fix by first deriving CROSS_COMPILE from CC, then conditionally build other tool file names/paths.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2021-07-12 12:53:53 +01:00
..
crt0.S Ibex example Arty A7-100T 2019-07-11 16:09:49 +01:00
led.c Use shared code for Arty A7-100T example 2019-11-14 13:20:19 +01:00
link.ld Ibex example Arty A7-100T 2019-07-11 16:09:49 +01:00
Makefile [sw] Fix GNU GCC toolchain component substitution for file path case. 2021-07-12 12:53:53 +01:00