diff options
author | David Timber <mieabby@gmail.com> | 2021-10-25 02:15:44 +0800 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2021-10-25 02:15:44 +0800 |
commit | a932a46545c16fb0e42ccc5a4c43b7d67d152545 (patch) | |
tree | 69b65c5ac2c531a37f9975ba8be0eeed0e8f1b94 /scripts | |
parent | d3e48fb6c5a80b0591b69bce2d7a9906478f2ab2 (diff) |
Documentation progress, brought back m68k
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-all.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/build-all.sh b/scripts/build-all.sh index 1677b6e..038c124 100755 --- a/scripts/build-all.sh +++ b/scripts/build-all.sh @@ -7,6 +7,7 @@ ARCH_ARR=( # "armv7" "i686" # "x86_64" + "m68k" "mips" "mpsl" "ppc" @@ -18,6 +19,7 @@ TOOLCHAIN_ARR=( # "armv7" "i686" # "x86_64" + "m68k" "mips" "mpsl" "ppc" @@ -29,6 +31,7 @@ HOST_ARR=( # "arm-linux" "i686-linux" # "x86_64-linux" + "m68k-linux" "mips-linux" "mipsel-linux" "powerpc-linux" |