Waldemar Brodkorb 9 жил өмнө
parent
commit
d3f05b7ae7
1 өөрчлөгдсөн 7 нэмэгдсэн , 1 устгасан
  1. 7 1
      embedded-test.sh

+ 7 - 1
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"