diff options
Diffstat (limited to 'gdb/config/powerpc/ppcle-eabi.mt')
-rw-r--r-- | gdb/config/powerpc/ppcle-eabi.mt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/powerpc/ppcle-eabi.mt b/gdb/config/powerpc/ppcle-eabi.mt index 27be44f..ba17795 100644 --- a/gdb/config/powerpc/ppcle-eabi.mt +++ b/gdb/config/powerpc/ppcle-eabi.mt @@ -1,3 +1,6 @@ # 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 |