summaryrefslogtreecommitdiff
path: root/embedded-test.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-29 12:25:50 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-29 12:25:50 -0500
commit9fca8ccd27032439a0a4e6054db7bac5e79fcd3f (patch)
tree263eb390e63fac79ee9aec1094daad12364c4453 /embedded-test.sh
parent23b49ae87542e284e15a127498375a56d6ceb6a4 (diff)
use new uclibcng-testrunner, disable c6x some probs
Diffstat (limited to 'embedded-test.sh')
-rwxr-xr-xembedded-test.sh6
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
;;