diff options
Diffstat (limited to 'gdb/config/arm/arm.mt')
-rw-r--r-- | gdb/config/arm/arm.mt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gdb/config/arm/arm.mt b/gdb/config/arm/arm.mt index b0e4dbe..fd951ea 100644 --- a/gdb/config/arm/arm.mt +++ b/gdb/config/arm/arm.mt @@ -1,3 +1,6 @@ -# Target: Acorn RISC machine running RISCiX (4.3bsd) -TDEPFILES= arm-tdep.o remote-sim.o ../sim/arm/libsim.a +# Target: Acorn RISC machine (ARM) with simulator +TDEPFILES= arm-tdep.o TM_FILE= tm-arm.h + +SIM_OBS = remote-sim.o +SIM = ../sim/arm/libsim.a |