diff options
Diffstat (limited to 'gdb/config/i386/linux.mt')
-rw-r--r-- | gdb/config/i386/linux.mt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/config/i386/linux.mt b/gdb/config/i386/linux.mt new file mode 100644 index 00000000000..66cc97dbde5 --- /dev/null +++ b/gdb/config/i386/linux.mt @@ -0,0 +1,5 @@ +# Target: Intel 386 running GNU/Linux +TDEPFILES= i386-tdep.o i387-tdep.o +TM_FILE= tm-linux.h + +GDBSERVER_DEPFILES= low-linux.o |