summaryrefslogtreecommitdiff
path: root/embedded-test.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-09-14 06:34:35 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-09-14 06:37:46 +0200
commite20c1a1c1d56283c554f0208e47f25a855862f03 (patch)
treeccbbdf80c1ffa5fe6d06e336da8df77822d54f24 /embedded-test.sh
parent1b057d4fddd5c2109ea845643fffaf569dd6907b (diff)
fix microbaze testing
Diffstat (limited to 'embedded-test.sh')
-rwxr-xr-xembedded-test.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/embedded-test.sh b/embedded-test.sh
index 454cda1..46d87b6 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 c6x crisv10 m68k m68k-nommu microblazeel 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 microblazeel microblazebe 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 microblazeel mipsel mips64el ppcsf sh sparc x86 x86_64 xtensa"
+arch_list_uclibcng="arm armhf armeb arc arcbe avr32 bfin crisv10 crisv32 m68k m68k-nommu microblazeel microblazebe 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 or1k ppc sh x86 x86_64"
@@ -201,13 +201,13 @@ runtest() {
;;
microblazeel)
cpu_arch=microblazeel
- march=microblaze
+ march=microblaze-ml605
qemu_machine=petalogix-s3adsp1800
;;
microblazebe)
cpu_arch=microblaze
- march=microblaze
- qemu=qemu-system-${march}
+ march=microblaze-ml605
+ qemu=qemu-system-${cpu_arch}
qemu_machine=petalogix-s3adsp1800
;;
mips)