build: Add toolchain

This commit is contained in:
robshape 2023-04-14 17:51:40 +02:00
parent 3c6310d4e3
commit 6373955e86
17 changed files with 3292 additions and 0 deletions

View 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"