From 74792ff782431ec6113b9a8a8e85b95f46094c7f Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 8 Oct 2018 14:47:34 -0700 Subject: Add native target for FreeBSD/riscv. gdb/ChangeLog: * Makefile.in (ALLDEPFILES): Add riscv-fbsd-nat.c. * NEWS: Mention new FreeBSD/riscv native configuration. * configure.host: Add riscv*-*-freebsd*. * configure.nat: Likewise. * riscv-fbsd-nat.c: New file. gdb/doc/ChangeLog: * gdb.texinfo (Contributors): Add SRI International and University of Cambridge for FreeBSD/riscv. --- gdb/configure.host | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/configure.host') diff --git a/gdb/configure.host b/gdb/configure.host index 23a2f163992..c87f997abc1 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -149,6 +149,7 @@ powerpc64*-*-linux*) gdb_host=ppc64-linux ;; powerpc*-*-linux*) gdb_host=linux ;; +riscv*-*-freebsd*) gdb_host=fbsd ;; riscv*-*-linux*) gdb_host=linux ;; s390*-*-linux*) gdb_host=linux ;; -- cgit v1.2.1