From a932a46545c16fb0e42ccc5a4c43b7d67d152545 Mon Sep 17 00:00:00 2001 From: David Timber Date: Mon, 25 Oct 2021 02:15:44 +0800 Subject: Documentation progress, brought back m68k --- scripts/build-all.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') 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" -- cgit