From: Yoshinori Sato Date: Thu, 2 Sep 2021 03:55:07 +0000 (+0900) Subject: gdb: Enable target rx-*-*linux. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1111806ce56bf20536eedadc8819d4f5b6fac8e3;p=binutils-gdb.git gdb: Enable target rx-*-*linux. I added rx-*-linux in binutils few yaers ago. But missing this changes, --- 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" ;;