Commit 7fa15349 authored by mga-sc's avatar mga-sc
Browse files

[NEWLIB][Cross-build]: Fix merge-newlib-nano.

There is no $(NEWLIB_TUPLE)-gcc in install directory
during cross-compilation process. For example,
to compile for Windows, we has to have riscv64-unknown-elf-gcc
in our PATH and we has to use it with print-multi-lib
to find multilib configuration, because install
folder contains only .exe files (can not be executed)

This bugfix is to check: whether compiler we already
have for host - in the install directory or in the PATH.
parent f0b00941
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment