diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-06 17:01:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-06 17:01:44 +0200 |
commit | f74611d3bc7c26ab6c93d92feb89e67ee1fab2b6 (patch) | |
tree | f93a94f080e658ce6582f92503e7b1f74e357750 | |
parent | 77a178222b74aaacbe7553a1c9176cee21c875ad (diff) |
need to disable arc and m68k at the moment. testsuite compile issues
-rwxr-xr-x | embedded-test.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/embedded-test.sh b/embedded-test.sh index 625bd87..0ec940b 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -24,9 +24,10 @@ # architecture specific notes: # mips64n32/mips64eln32 produces segfaults on boot for uClibc/uClibc-ng # sheb network card get no ip +# testsuite compile issues for arc and m68k -arch_list_uclibcng="arc arcbe arm armhf bfin m68k m68k-nommu mips mipsel mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64el mips64eln64 ppc-nofpu sh sheb sparc x86 x86_64 xtensa" -arch_list_uclibc="arc arcbe arm armhf bfin m68k m68k-nommu mips mipsel mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64el mips64eln64 ppc-nofpu sh sheb sparc x86 x86_64" +arch_list_uclibcng="arm armhf bfin 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 bfin m68k-nommu mips mipsel mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64el mips64eln64 ppc-nofpu sh sheb sparc x86 x86_64 xtensa" arch_list_musl="arm armhf mips mipsel ppc-nofpu sh sheb x86 x86_64" arch_list_glibc="aarch64 arm armhf m68k mips mipsel mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64eln32 mips64eln64 ppc-nofpu ppc64 sh sheb sparc sparc64 x86 x86_64" |