Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #126 from riscv/native-gdb
Browse files Browse the repository at this point in the history
Make native gdb builds work.
  • Loading branch information
Jim Wilson authored Dec 28, 2017
2 parents 9b4d672 + be4ba40 commit 3adcc16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions gdb/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2636,6 +2636,7 @@ ALLDEPFILES = \
ravenscar-thread.c \
remote-sim.c \
riscv-tdep.c \
riscv-linux-nat.c \
riscv-linux-tdep.c \
rl78-tdep.c \
rs6000-lynx178-tdep.c \
Expand Down
4 changes: 4 additions & 0 deletions gdb/configure.nat
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,10 @@ case ${gdb_host} in
# Host: PowerPC, running Linux
NATDEPFILES="${NATDEPFILES} ppc-linux-nat.o"
;;
riscv)
# Host: RISC-V, running Linux
NATDEPFILES="${NATDEPFILES} riscv-linux-nat.o"
;;
s390)
# Host: S390, running Linux
NATDEPFILES="${NATDEPFILES} s390-linux-nat.o"
Expand Down

0 comments on commit 3adcc16

Please sign in to comment.