summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-02-08 02:13:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-02-08 02:13:25 +0100
commit31d39a346175d531c25d94e102415d7476d6e7f7 (patch)
tree93b79fa507049c39f34561ae8e1ca9748cf8f52e
parentbb5694fa66321702a8358e733e25733d67168e25 (diff)
allow to test alpha with uClibc-ng, disable musl microblaze until git works again
-rwxr-xr-xembedded-test.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/embedded-test.sh b/embedded-test.sh
index e7a3b5d..26a5928 100755
--- a/embedded-test.sh
+++ b/embedded-test.sh
@@ -26,7 +26,7 @@
arch_list_uclibcng="alpha armv5 armv6 armv7 armeb arcv1 arcv2 arcv1-be arcv2-be avr32 bfin c6x crisv10 crisv32 ia64 lm32 m68k m68k-nommu metag microblazeel microblazebe mips mipssf mipsel mipselsf mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64el mips64eln64 or1k ppc ppcsf sh2 sh3 sh4 sh4eb sparc x86 x86_64 xtensa xtensa-nommu"
# musl
-arch_list_musl="aarch64 armv5 armv6 armv7 armeb microblazeel microblazebe mips mipssf mipsel mipselsf or1k ppc sh4 sh4eb x86 x86_64"
+arch_list_musl="aarch64 armv5 armv6 armv7 armeb mips mipssf mipsel mipselsf or1k ppc sh4 sh4eb x86 x86_64"
# glibc
arch_list_glibc="aarch64 alpha armv5 armv6 armv7 armeb ia64 microblazeel microblazebe mips mipssf mipsel mipselsf mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64eln32 mips64eln64 nios2 ppc ppcsf ppc64 ppc64le s390 sh4 sh4eb sparc sparc64 tilegx x86 x86_64"
@@ -179,13 +179,14 @@ get_arch_info() {
;;
alpha)
allowed_libc="uclibc-ng glibc"
- runtime_test="glibc"
+ runtime_test="uclibc-ng glibc"
allowed_tests="toolchain boot libc ltp mksh native"
default_uclibc_ng="ADK_APPLIANCE=test ADK_TARGET_ARCH=alpha ADK_TARGET_FS=initramfsarchive ADK_TARGET_SYSTEM=qemu-alpha"
default_glibc="ADK_APPLIANCE=test ADK_TARGET_ARCH=alpha ADK_TARGET_FS=initramfsarchive ADK_TARGET_SYSTEM=qemu-alpha"
cpu_arch=alpha
march=alpha
qemu=qemu-system-${cpu_arch}
+ qemu_machine=clipper
qemu_args="${qemu_args} -monitor null"
;;
armv5)