commit | ba776a1fd15c24dc1ba014c3abe19e07346e663f | [log] [tgz] |
---|---|---|
author | Jean-Paul Etienne <fractalclone@gmail.com> | Wed Jan 11 00:24:30 2017 +0100 |
committer | Andrew Boie <andrew.p.boie@intel.com> | Fri Jan 13 19:52:22 2017 +0000 |
tree | a3c7191740c7ad651081ba2527e82407887caf66 | |
parent | 9dcd848faa68252e00b896c44c0c5e74eeed81df [diff] |
scripts: added Makefile to handle an external riscv32 toolchain Compiling Zephyr with an external riscv32 toolchain would require the following env variables to be exported: export ZEPHYR_GCC_VARIANT=riscv32 export RISCV32_TOOLCHAIN_PATH=/PATH/TO/TOOLCHAIN/BINARY Change-Id: I2072ed9079a4cabd27837ab39b947bc0a0a1a8b4 Signed-off-by: Jean-Paul Etienne <fractalclone@gmail.com>