From f765952dc8b77ad36e4f624086441d290e82bf66 Mon Sep 17 00:00:00 2001 From: David Timber Date: Sun, 29 Dec 2019 01:48:14 +1100 Subject: checkpoint --- scripts/build-all.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripts') 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 -- cgit