Add native target for FreeBSD/arm.
[deliverable/binutils-gdb.git] / gdb / configure.nat
index 3794663f3c91018b503e4788962d2a6e85ca19f9..14a1b004dd86b749ca74b1852f801bd7cb3c1d96 100644 (file)
@@ -156,6 +156,11 @@ case ${gdb_host} in
                NATDEPFILES="${NATDEPFILES} aarch64-fbsd-nat.o"
                LOADLIBES=
                ;;
+           arm)
+               # Host: FreeBSD/arm
+               NATDEPFILES="${NATDEPFILES} arm-fbsd-nat.o"
+               LOADLIBES=
+               ;;
            i386)
                # Host: FreeBSD/i386
                NATDEPFILES="${NATDEPFILES} x86-nat.o x86-dregs.o \
This page took 0.023051 seconds and 4 git commands to generate.