diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2021-09-02 12:55:07 +0900 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2021-09-09 20:47:16 +0900 |
commit | 1111806ce56bf20536eedadc8819d4f5b6fac8e3 (patch) | |
tree | 35a718d26b61f0dca93f194e9d5bcc022c46554c | |
parent | 8570b2b884139bc071895ccfcb41e5686acdf7b8 (diff) | |
download | gdb-1111806ce56bf20536eedadc8819d4f5b6fac8e3.zip gdb-1111806ce56bf20536eedadc8819d4f5b6fac8e3.tar.gz gdb-1111806ce56bf20536eedadc8819d4f5b6fac8e3.tar.bz2 |
gdb: Enable target rx-*-*linux.
I added rx-*-linux in binutils few yaers ago.
But missing this changes,
-rw-r--r-- | gdb/configure.tgt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index c678027..b6de6b2 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" ;; |