diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-02-22 01:20:32 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-02-22 01:20:32 +0000 |
commit | c877c8e605d04635abeb06dfdd001c63f404227c (patch) | |
tree | 3fc1dc159041b140e1e5e4f3a3c0a3b3724852bd /gdb/config/powerpc/linux.mt | |
parent | 2559291b00ed01bbd3fb05db965f51c398f1fcad (diff) | |
download | gdb-c877c8e605d04635abeb06dfdd001c63f404227c.zip gdb-c877c8e605d04635abeb06dfdd001c63f404227c.tar.gz gdb-c877c8e605d04635abeb06dfdd001c63f404227c.tar.bz2 |
Changes for GNU/Linux PPC native port of gdb.
Diffstat (limited to 'gdb/config/powerpc/linux.mt')
-rw-r--r-- | gdb/config/powerpc/linux.mt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/powerpc/linux.mt b/gdb/config/powerpc/linux.mt new file mode 100644 index 0000000..a7c1bed --- /dev/null +++ b/gdb/config/powerpc/linux.mt @@ -0,0 +1,3 @@ +# Target: Motorola PPC on Linux +TDEPFILES= rs6000-tdep.o ppc-linux-tdep.o +TM_FILE= tm-linux.h |