build: Add toolchain
This commit is contained in:
parent
3c6310d4e3
commit
6373955e86
17 changed files with 3292 additions and 0 deletions
7
toolchain/support/package-toolchain.sh
Executable file
7
toolchain/support/package-toolchain.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd /opt/
|
||||
tar --xz -cvf rg35xx-toolchain.tar.xz rg35xx-toolchain/
|
||||
mv rg35xx-toolchain.tar.xz ~/workspace/
|
||||
|
||||
printf "rg35xx-toolchain.tar.xz can be shared as a blob\nby placing in support before calling 'make shell'\n"
|
||||
Loading…
Add table
Add a link
Reference in a new issue