aix: Add fork-inferior.o to NATDEPFILES
[deliverable/binutils-gdb.git] / gdb / configure.nat
index e6da599f6af774267f0da6d94de266b06c6a2957..b9b9a40f6fa775677f71fd68cab430c3482b203b 100644 (file)
@@ -78,6 +78,9 @@ case ${gdb_host} in
     mingw*)
        NATDEPFILES='x86-nat.o x86-dregs.o windows-nat.o'
        ;;
+    aix)
+       NATDEPFILES='fork-inferior.o fork-child.o inf-ptrace.o'
+       ;;
 esac
 
 # This is where we actually filter by host and host CPU.
@@ -88,7 +91,7 @@ case ${gdb_host} in
                # Host: IBM PowerPC running AIX aix-thread.o is not
                # listed in NATDEPFILES as it is pulled in by
                # configure.
-               NATDEPFILES='fork-child.o inf-ptrace.o rs6000-nat.o'
+               NATDEPFILES="${NATDEPFILES} rs6000-nat.o"
 
                # When compiled with cc, for debugging, this argument
                # should be passed.  We have no idea who our current
This page took 0.024759 seconds and 4 git commands to generate.