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