From 52a187f8e78eeaefa38bdaff04aae1fd9a69d788 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Thu, 9 Aug 2018 13:37:45 -0700 Subject: RISC-V: Add configure support for riscv*-linux*. This adds the target and native configure support, and the NEWS entries for the new target and native configurations. gdb/ * Makefile.in (ALL_TARGET_OBS): Add riscv-linux-tdep.c. (ALLDEPFILES): Add riscv-linux-nat.c, and riscv-linux-tdep.c. * NEWS: Mention new GNU/Linux RISC-V target. * configure.host: Add riscv*-*-linux*. * configure.nat: Add riscv*. * configure.tgt: Add riscv*-*-linux*. --- gdb/configure.host | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/configure.host') diff --git a/gdb/configure.host b/gdb/configure.host index 6bcb8da74c2..23a2f163992 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -149,6 +149,8 @@ powerpc64*-*-linux*) gdb_host=ppc64-linux ;; powerpc*-*-linux*) gdb_host=linux ;; +riscv*-*-linux*) gdb_host=linux ;; + s390*-*-linux*) gdb_host=linux ;; sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu) -- cgit v1.2.3-65-gdbad