Detect 64-bit-ness in PowerPC Book III-E
[deliverable/binutils-gdb.git] / gdb / gdbserver / Makefile.in
index 1ed2ec83bdf5e9d853c8d3382bed7b042a85adaa..0e442fcd973fb2f73bdd2d18516a43520f065a3b 100644 (file)
@@ -155,7 +155,7 @@ SFILES=     $(srcdir)/gdbreplay.c $(srcdir)/inferiors.c $(srcdir)/dll.c \
        $(srcdir)/linux-m32r-low.c \
        $(srcdir)/linux-m68k-low.c $(srcdir)/linux-mips-low.c \
        $(srcdir)/linux-nios2-low.c \
-       $(srcdir)/linux-ppc-low.c \
+       $(srcdir)/linux-ppc-low.c $(srcdir)/nat/ppc-linux.c \
        $(srcdir)/linux-s390-low.c \
        $(srcdir)/linux-sh-low.c $(srcdir)/linux-sparc-low.c \
        $(srcdir)/linux-x86-low.c \
@@ -581,6 +581,9 @@ linux-waitpid.o: ../nat/linux-waitpid.c
 mips-linux-watch.o: ../nat/mips-linux-watch.c
        $(COMPILE) $<
        $(POSTCOMPILE)
+ppc-linux.o: ../nat/ppc-linux.c
+       $(COMPILE) $<
+       $(POSTCOMPILE)
 
 aarch64.c : $(srcdir)/../regformats/aarch64.dat $(regdat_sh)
        $(SHELL) $(regdat_sh) $(srcdir)/../regformats/aarch64.dat aarch64.c
This page took 0.170854 seconds and 4 git commands to generate.