diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-29 12:25:50 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-29 12:25:50 -0500 |
commit | 9fca8ccd27032439a0a4e6054db7bac5e79fcd3f (patch) | |
tree | 263eb390e63fac79ee9aec1094daad12364c4453 /embedded-test.sh | |
parent | 23b49ae87542e284e15a127498375a56d6ceb6a4 (diff) |
use new uclibcng-testrunner, disable c6x some probs
Diffstat (limited to 'embedded-test.sh')
-rwxr-xr-x | embedded-test.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embedded-test.sh b/embedded-test.sh index b6d758c..88bb39d 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -28,8 +28,8 @@ # ppc qemu startup has problems. unclear why. # uClibc-ng -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" +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" # musl arch_list_musl_quick="aarch64 arm microblazeel mipsel ppc sh x86 x86_64" @@ -413,7 +413,7 @@ cat > ${root}/run.sh << EOF uname -a rdate -n \$ntp_server cd /opt/*/test -CROSS_COMPILE=": ||" make UCLIBC_ONLY=y -k run +sh ./uclibcng-testrunner.sh exit EOF ;; |