ibex/examples
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
..
fpga/artya7 [rtl] Wire scan_rst_ni through ibex_top_tracing 2021-04-21 12:41:24 +01:00
simple_system [rtl] Wire scan_rst_ni through ibex_top_tracing 2021-04-21 12:41:24 +01:00
sw [sw] Fix GNU GCC toolchain component substitution for file path case. 2021-07-12 12:53:53 +01:00