diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-18 17:52:30 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-18 17:52:30 -0500 |
commit | fad68c72c6b245f0854113dba0df6e1098837d4b (patch) | |
tree | 2fbbe232fcb05aa1e49571ff2e6eb45ba08e63f6 | |
parent | 7405c014267e569ed0e7109c4b037d6045f0353a (diff) |
reenable c6x
-rwxr-xr-x | embedded-test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embedded-test.sh b/embedded-test.sh index 2918086..7ad4755 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -28,8 +28,8 @@ # m68k glibc toolchain building is broken at the moment # uClibc-ng -arch_list_uclibcng_quick="arm arc avr32 bfin crisv10 m68k m68k-nommu mipsel mips64el ppcsf sh sparc x86 x86_64 xtensa" -arch_list_uclibcng="arm armhf armeb arc arcbe avr32 bfin crisv10 crisv32 m68k m68k-nommu mips mipssf mipsel mipselsf mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64el mips64eln64 ppc ppcsf sh sheb sparc x86 x86_64 xtensa" +arch_list_uclibcng_quick="arm arc avr32 bfin c6x crisv10 m68k m68k-nommu mipsel mips64el ppcsf sh sparc x86 x86_64 xtensa" +arch_list_uclibcng="arm armhf armeb arc arcbe avr32 bfin c6x crisv10 crisv32 m68k m68k-nommu mips mipssf mipsel mipselsf mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64el mips64eln64 ppc ppcsf sh sheb sparc x86 x86_64 xtensa" # musl arch_list_musl_quick="aarch64 arm microblazeel mipsel ppc sh x86 x86_64" |