diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-07-31 20:56:44 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-07-31 20:56:44 +0000 |
commit | 9aa1e687a21389d01f11ddc602b28e6bd59a18d3 (patch) | |
tree | bf88ffac698e201eda1f3edb2730173ede47701f /gdb/config/powerpc/aix.mt | |
parent | dc62a253bcfaefc9aa31b0a05f2b0274b2f406c5 (diff) | |
download | ppe42-binutils-9aa1e687a21389d01f11ddc602b28e6bd59a18d3.tar.gz ppe42-binutils-9aa1e687a21389d01f11ddc602b28e6bd59a18d3.zip |
Make GNU/Linux/PPC work again.
Diffstat (limited to 'gdb/config/powerpc/aix.mt')
-rw-r--r-- | gdb/config/powerpc/aix.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/powerpc/aix.mt b/gdb/config/powerpc/aix.mt index 6d03b7de26..38436ee89a 100644 --- a/gdb/config/powerpc/aix.mt +++ b/gdb/config/powerpc/aix.mt @@ -1,3 +1,3 @@ # Target: PowerPC running AIX -TDEPFILES= rs6000-tdep.o xcoffsolib.o +TDEPFILES= rs6000-tdep.o xcoffsolib.o ppc-linux-tdep.o TM_FILE= tm-ppc-aix.h |