From 79dae6bc69db7148f5159e7feb8a1d49803f6c89 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 3 Dec 2016 09:19:01 +0100 Subject: skip ssp for microblaze --- embedded-test.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/embedded-test.sh b/embedded-test.sh index 5bd8b23..97cb65e 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -545,6 +545,7 @@ get_arch_info() { qemu=qemu-system-microblazeel qemu_machine=petalogix-s3adsp1800 suffix=${cpu_arch}${endian} + skipssp=microblazeel ;; microblazebe) allowed_libc="uclibc-ng musl glibc newlib" @@ -559,6 +560,7 @@ get_arch_info() { qemu=qemu-system-microblaze qemu_machine=petalogix-s3adsp1800 suffix=${cpu_arch} + skipssp=microblazebe ;; mips) allowed_libc="uclibc-ng musl glibc newlib" @@ -1343,7 +1345,7 @@ build() { done # refresh after any changes to config - yes|make oldconfig + yes|make oldconfig >/dev/null if [ $clean -eq 1 ]; then echo "cleaning openadk build directory" @@ -1567,6 +1569,12 @@ for lib in ${libc}; do continue fi fi + if [ $ssp -eq 1 ]; then + if [ "$arch" = "$skipssp" ]; then + echo "Skipping $skipssp" + continue + fi + fi # skip nsim if [ $skipnsim -eq 1 ]; then if [[ "$arch" = arcv* ]]; then -- cgit v1.2.3