forked from Imagelibrary/binutils-gdb
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*.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user