Browse Source
* config/{altosgas.mt, i386v-g.mt, i386v32-g.mt}: Ditto.
* config/{i386sco.mt,i386v32.mt}: Remove; identical to i386v.mt.
* config/{go32.mt,i960.mt}: Remove; they only printed error msgs.
* config/nindy960.mt: Remove useless MT_CFLAGS setting.
* config/i386aout.mt: Use tm-i386v.h, not tm-i386v-g.h.
gdb-4_18-branch
2 changed files with 1 additions and 2 deletions
@ -1,4 +1,4 @@ |
|||
# Target: Intel 386 with a.out |
|||
|
|||
TDEPFILES= exec.o i386-tdep.o i386-pinsn.o |
|||
TM_FILE= tm-i386v-g.h |
|||
TM_FILE= tm-i386v.h |
|||
|
|||
Loading…
Reference in new issue