diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-10-20 00:16:44 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-10-20 00:16:44 +0000 |
commit | 457174f64589daa9de82ec30b109e69b1e28ce3b (patch) | |
tree | fe1b855a7464a3b883f7a4854af95cd9ab9c9a07 /gdb/config/powerpc/nbsd.mt | |
parent | daily update (diff) | |
download | binutils-gdb-457174f64589daa9de82ec30b109e69b1e28ce3b.tar.gz binutils-gdb-457174f64589daa9de82ec30b109e69b1e28ce3b.tar.bz2 binutils-gdb-457174f64589daa9de82ec30b109e69b1e28ce3b.zip |
Enable PowerPC simulator on native linux and netbsd.
Diffstat (limited to 'gdb/config/powerpc/nbsd.mt')
-rw-r--r-- | gdb/config/powerpc/nbsd.mt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/powerpc/nbsd.mt b/gdb/config/powerpc/nbsd.mt index 7a32fd2db4c..acc5da804ca 100644 --- a/gdb/config/powerpc/nbsd.mt +++ b/gdb/config/powerpc/nbsd.mt @@ -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 |