diff options
Diffstat (limited to 'cross-toolchain')
| -rwxr-xr-x | cross-toolchain/activate-be.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cross-toolchain/activate-be.sh b/cross-toolchain/activate-be.sh new file mode 100755 index 0000000..1e300fe --- /dev/null +++ b/cross-toolchain/activate-be.sh @@ -0,0 +1,6 @@ +#!/bin/bash +export PREFIX="/home/cheapie/rvcontroller/cross-toolchain/install" # Edit this for your system! +export TARGET=riscv32be-none-elf +export PATH="$PREFIX/bin:$PATH" +export PS1="(cross-be) $PS1" +export CC=clang |
