Move target object files to target subdirectory
[deliverable/binutils-gdb.git] / gdb / configure.nat
index 3794663f3c91018b503e4788962d2a6e85ca19f9..962abd6edf9e5656f8a2cfee5a8cabc5f8484986 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 \
@@ -477,7 +482,8 @@ case ${gdb_host} in
                NAT_FILE=
                NAT_CDEPS=
                LOADLIBES=
-               NATDEPFILES='spu-linux-nat.o fork-child.o inf-ptrace.o \
+               NATDEPFILES='spu-linux-nat.o \
+                     inf-ptrace.o fork-child.o fork-inferior.o \
                      linux-procfs.o linux-ptrace.o linux-waitpid.o \
                      linux-personality.o linux-namespaces.o'
                ;;
This page took 0.024543 seconds and 4 git commands to generate.