diff options
author | David Timber <david@lyset.snart.me> | 2019-12-29 01:48:14 +1100 |
---|---|---|
committer | David Timber <david@lyset.snart.me> | 2019-12-29 01:48:14 +1100 |
commit | f765952dc8b77ad36e4f624086441d290e82bf66 (patch) | |
tree | dbfffe1090bedca16a64d5fc07e45ba0aef2e3aa /scripts | |
parent | 5f341e4c20767f08165776bdf559b096dc8996e9 (diff) |
checkpoint
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-all.sh | 3 |
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 |