From d3f05b7ae781b254254bb44fb655136ae7f65a65 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 13 Dec 2016 06:19:53 +0100 Subject: add rx newlib tests --- embedded-test.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/embedded-test.sh b/embedded-test.sh index ba8669e..e9b35fb 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -48,7 +48,7 @@ arch_list_glibc="aarch64 aarch64be alpha armv5 armv7 armeb hppa \ arch_list_newlib="aarch64 aarch64be arcv1 armv5 armeb bfin crisv10 \ crisv32 epiphany frv h8300 lm32 m32r m68k microblazeel \ microblazebe mips mipsel mn10300 moxie msp430 nds32le nds32be \ - nios2 or1k ppc sparc sparc64 v850 x86 x86_64" + nios2 or1k ppc rx sparc sparc64 v850 x86 x86_64" topdir=$(pwd) giturl=http://git.openadk.org/openadk.git @@ -816,6 +816,12 @@ get_arch_info() { qemu_machine=pseries suffix=${cpu_arch} ;; + rx) + allowed_libc="newlib" + runtime_test="" + allowed_tests="toolchain" + default_newlib="ADK_APPLIANCE=toolchain ADK_TARGET_OS=baremetal ADK_TARGET_ARCH=rx" + ;; s390) allowed_libc="musl glibc" runtime_test="musl glibc" -- cgit v1.2.3