diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-05 13:33:15 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-05 13:33:15 -0500 |
commit | 60f5a774222f96066c2e960c15a4eaa27b7bea22 (patch) | |
tree | ea2ee3c821d27aa6c83dbf7ac06d8394444a2453 | |
parent | 0b2c4387d9b76ca2f9e20093ebec3563e7779736 (diff) |
disable avr32 for uClibc.
-rwxr-xr-x | embedded-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embedded-test.sh b/embedded-test.sh index 10b66c9..6fbb756 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -27,7 +27,7 @@ # testsuite compile issues for m68k arch_list_uclibcng="arm armhf arc arcbe avr32 bfin cris 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 arc arcbe avr32 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 arc arcbe 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" |