This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[spu] Fix spu-linux native build


Hello,

this adds a missing file to NATDEPFILES.

Bye,
Ulrich

    
gdb/ChangeLog:
2017-11-24  Ulrich Weigand  <uweigand@de.ibm.com>
    
	* configure.nat <spu-linux>: Add fork-inferior.o to NATDEPFILES.

diff --git a/gdb/configure.nat b/gdb/configure.nat
index 14a1b00..962abd6 100644
--- a/gdb/configure.nat
+++ b/gdb/configure.nat
@@ -482,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'
 		;;
-- 
  Dr. Ulrich Weigand
  GNU/Linux compilers and toolchain
  Ulrich.Weigand@de.ibm.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]