diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-08-25 16:05:32 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-08-25 16:05:32 +0000 |
commit | 13ba8b69271683f5cc4c723a6dbd1070b9aa671f (patch) | |
tree | 088a7d9a9502a55eadd80e4bd3315fd0566d0922 /gdb/config/powerpc/ppcle-sim.mt | |
parent | 69cc18d2f050933ef15a2bc601be6cdfa2f8f0f4 (diff) | |
download | gdb-13ba8b69271683f5cc4c723a6dbd1070b9aa671f.zip gdb-13ba8b69271683f5cc4c723a6dbd1070b9aa671f.tar.gz gdb-13ba8b69271683f5cc4c723a6dbd1070b9aa671f.tar.bz2 |
Only build PowerPC simulator if target is powerpc*-*-eabisim
Diffstat (limited to 'gdb/config/powerpc/ppcle-sim.mt')
-rw-r--r-- | gdb/config/powerpc/ppcle-sim.mt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/powerpc/ppcle-sim.mt b/gdb/config/powerpc/ppcle-sim.mt new file mode 100644 index 0000000..8aefc1a --- /dev/null +++ b/gdb/config/powerpc/ppcle-sim.mt @@ -0,0 +1,6 @@ +# Target: PowerPC running eabi in little endian mode under the simulator +TDEPFILES= rs6000-tdep.o +TM_FILE= tm-ppcle-eabi.h + +SIM_OBS = remote-sim.o +SIM = ../sim/ppc/libsim.a |