summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-13 06:19:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-13 06:19:53 +0100
commitd3f05b7ae781b254254bb44fb655136ae7f65a65 (patch)
tree19c371005a63f0a903563b564668eb0e0068360a
parentdf466ec7b330516957aa3c54313722ed2aa2fdc3 (diff)
add rx newlib tests
-rwxr-xr-xembedded-test.sh8
1 files changed, 7 insertions, 1 deletions
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"