diff options
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 |