Enable PowerPC simulator on native linux and netbsd.

This commit is contained in:
Andrew Cagney
2001-10-20 00:16:44 +00:00
parent e1a0bf5185
commit 457174f645
6 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-10-18 Andrew Cagney <ac131313@redhat.com>
* config/powerpc/nbsd.mt (SIM_OBS, SIM): Define.
* config/powerpc/linux.mt (SIM, SIM_OBS): Ditto
2001-10-18 Andrew Cagney <ac131313@redhat.com>
* README: Mention problems with HP/UX.

View File

@ -1,3 +1,6 @@
# Target: Motorola PPC on Linux
TDEPFILES= rs6000-tdep.o ppc-linux-tdep.o solib.o solib-svr4.o solib-legacy.o
TM_FILE= tm-linux.h
SIM_OBS = remote-sim.o
SIM = ../sim/ppc/libsim.a

View File

@ -3,3 +3,6 @@ TDEPFILES= rs6000-tdep.o ppc-linux-tdep.o
TM_FILE= tm-nbsd.h
GDBSERVER_DEPFILES= low-nbsd.o
SIM_OBS = remote-sim.o
SIM = ../sim/ppc/libsim.a