summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-06 00:37:49 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-06 00:37:49 -0600
commit1607089110d5b9475ed8a68ef1ac93119bf25063 (patch)
tree54552f6856a96e36f19d3b7b0dc8f741a657455f
parentb158cbfb44d6c5aa3071ac233edd2c955e3c9a99 (diff)
disable microblaze for uClibc-ng, needs better testing
-rwxr-xr-xembedded-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/embedded-test.sh b/embedded-test.sh
index a583a4b..17f08f6 100755
--- a/embedded-test.sh
+++ b/embedded-test.sh
@@ -27,7 +27,7 @@
# sparc64 network card does not work right
# ppc-nofpu problem with busybox sort, broken startup order for glibc
-arch_list_uclibcng="arm armhf armeb arc arcbe avr32 bfin c6x cris m68k m68k-nommu microblazeel microblazebe mips mipsel mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64el mips64eln64 ppc-nofpu sh sheb sparc x86 x86_64 xtensa"
+arch_list_uclibcng="arm armhf armeb arc arcbe avr32 bfin c6x cris m68k m68k-nommu mips mipsel mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64el mips64eln64 ppc-nofpu sh sheb sparc x86 x86_64 xtensa"
arch_list_uclibc="arm armhf armeb arc arcbe bfin mips mipsel ppc-nofpu sh sheb sparc x86 x86_64"
arch_list_musl="arm armhf armeb microblazeel microblazebe mips mipsel ppc-nofpu sh sheb x86 x86_64"
arch_list_glibc="aarch64 arm armhf armeb m68k microblazeel microblazebe mips mipsel mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64eln32 mips64eln64 nios2 ppc-nofpu ppc64 sh sheb sparc sparc64 tile x86 x86_64"