diff options
Diffstat (limited to 'gdb/config/powerpc/linux.mh')
-rw-r--r-- | gdb/config/powerpc/linux.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/powerpc/linux.mh b/gdb/config/powerpc/linux.mh index e9daa1b..0e3c2a6 100644 --- a/gdb/config/powerpc/linux.mh +++ b/gdb/config/powerpc/linux.mh @@ -10,4 +10,4 @@ NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o linux-proc.o \ LOADLIBES = -ldl -rdynamic -GDBSERVER_DEPFILES= low-linux.o +GDBSERVER_DEPFILES = linux-low.o linux-ppc-low.o reg-ppc.o |