From 1111806ce56bf20536eedadc8819d4f5b6fac8e3 Mon Sep 17 00:00:00 2001 From: Yoshinori Sato Date: Thu, 2 Sep 2021 12:55:07 +0900 Subject: [PATCH] gdb: Enable target rx-*-*linux. I added rx-*-linux in binutils few yaers ago. But missing this changes, --- gdb/configure.tgt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/configure.tgt b/gdb/configure.tgt index c678027faef..b6de6b29a62 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -529,7 +529,7 @@ rl78-*-elf) gdb_target_obs="rl78-tdep.o" ;; -rx-*-elf) +rx-*-*) # Target: Renesas RX gdb_target_obs="rx-tdep.o" ;; -- 2.30.2