csky: Support PC relative diff relocation
[deliverable/binutils-gdb.git] / gdb / configure.nat
index 7611266d86f3ab8ae780cab010c90df9d95f5b8e..feddeaa5e01a6e2979c8d16080d6cd490ee30289 100644 (file)
@@ -267,6 +267,10 @@ case ${gdb_host} in
                # Host: PowerPC, running Linux
                NATDEPFILES="${NATDEPFILES} ppc-linux-nat.o ppc-linux.o"
                ;;
+           riscv*)
+               # Host: RISC-V, running Linux
+               NATDEPFILES="${NATDEPFILES} riscv-linux-nat.o"
+               ;;
            s390)
                # Host: S390, running Linux
                NATDEPFILES="${NATDEPFILES} s390-linux-nat.o"
This page took 0.029413 seconds and 4 git commands to generate.