From 8242c5cf68ea28d22a754788896a4f3075a69d1f Mon Sep 17 00:00:00 2001 From: Duy Nguyen Date: Fri, 24 Jan 2025 11:39:49 +0700 Subject: [PATCH] doc: Add RX support in README file Signed-off-by: Duy Nguyen --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c731b84b..d4f6cc4b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ The toolchains for the following target architectures are supported: - MIPS (32-bit and 64-bit) - Nios II - RISC-V (32-bit and 64-bit; RV32I, RV32E, RV64I) +- RX - SPARC (32-bit and 64-bit; SPARC V8, SPARC V9) - x86 (32-bit and 64-bit) - Xtensa (sample_controller and other vendor-specific variants)