Add native target for FreeBSD/riscv.
[deliverable/binutils-gdb.git] / gdb / configure.nat
index 10bf65fec3a7728af350ec588ed23caf3984fc05..200b716924365ff13ae1afb488cc99499b911520 100644 (file)
@@ -177,6 +177,10 @@ case ${gdb_host} in
                # systems running FreeBSD.
                NATDEPFILES="${NATDEPFILES} ppc-fbsd-nat.o bsd-kvm.o"
                ;;
+           riscv*)
+               # Host: FreeBSD/riscv
+               NATDEPFILES="${NATDEPFILES} riscv-fbsd-nat.o"
+               ;;
            sparc)
                # Host: FreeBSD/sparc64
                NATDEPFILES="${NATDEPFILES} sparc-nat.o sparc64-nat.o \
This page took 0.033581 seconds and 4 git commands to generate.