aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Timber <david@lyset.snart.me>2019-12-29 01:48:14 +1100
committerDavid Timber <david@lyset.snart.me>2019-12-29 01:48:14 +1100
commitf765952dc8b77ad36e4f624086441d290e82bf66 (patch)
treedbfffe1090bedca16a64d5fc07e45ba0aef2e3aa /scripts
parent5f341e4c20767f08165776bdf559b096dc8996e9 (diff)
checkpoint
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-all.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/build-all.sh b/scripts/build-all.sh
index 40f0b85..909db75 100755
--- a/scripts/build-all.sh
+++ b/scripts/build-all.sh
@@ -9,7 +9,6 @@ ARCH_ARR=(
"ppc"
"sh4"
"spc"
- "x86_64"
)
TOOLCHAIN_ARR=(
"armv4t"
@@ -21,7 +20,6 @@ TOOLCHAIN_ARR=(
"ppc"
"sh4"
"spc"
- "x86_64"
)
HOST_ARR=(
"arm-buildroot-linux-uclibcgnueabi"
@@ -33,7 +31,6 @@ HOST_ARR=(
"powerpc-buildroot-linux-uclibc"
"sh4-buildroot-linux-uclibc"
"sparc-buildroot-linux-uclibc"
- "x86_64-buildroot-linux-uclibc"
)
ARR_SIZE="${#ARCH_ARR[@]}"
if [ $ARR_SIZE -ne "${#TOOLCHAIN_ARR[@]}" ] || [ $ARR_SIZE -ne "${#HOST_ARR[@]}" ]; then