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-eabi.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-eabi.mt')
-rw-r--r-- | gdb/config/powerpc/ppcle-eabi.mt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/powerpc/ppcle-eabi.mt b/gdb/config/powerpc/ppcle-eabi.mt index ba17795..27be44f 100644 --- a/gdb/config/powerpc/ppcle-eabi.mt +++ b/gdb/config/powerpc/ppcle-eabi.mt @@ -1,6 +1,3 @@ # Target: PowerPC running eabi in little endian mode TDEPFILES= rs6000-tdep.o TM_FILE= tm-ppcle-eabi.h - -SIM_OBS = remote-sim.o -SIM = ../sim/ppc/libsim.a |