mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
Now builds in subdirs
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# Target: H8300 with HMS monitor and H8 simulator
|
||||
TDEPFILES= exec.o h8300-tdep.o remote-hms.o remote-sim.o ../h8300sim/code.o ../h8300sim/perifs.o
|
||||
TDEPFILES= exec.o h8300-tdep.o remote-hms.o remote-sim.o ../sim/h8300/code.o ../sim/h8300/perifs.o
|
||||
TM_FILE= tm-h8300.h
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Target: Z8000 simulator
|
||||
TDEPFILES= exec.o z8k-tdep.o remote-z8k.o ../z8ksim/libsim.a ../opcodes/libopcodes.a
|
||||
TDEPFILES= exec.o z8k-tdep.o remote-z8k.o ../sim/z8k/libsim.a ../opcodes/libopcodes.a
|
||||
TM_FILE= tm-z8k.h
|
||||
|
||||
@@ -32,7 +32,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include "terminal.h"
|
||||
#include "target.h"
|
||||
#include "gdbcore.h"
|
||||
#include "../../sim/sim.h"
|
||||
#include "../sim/z8k/sim.h"
|
||||
|
||||
/* External data declarations */
|
||||
extern int stop_soon_quietly; /* for wait_for_inferior */
|
||||
|
||||
Reference in New Issue
Block a user