diff options
author | Steve Chamberlain <sac@cygnus> | 1995-06-21 22:05:47 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-06-21 22:05:47 +0000 |
commit | edf6a8435680e770828350718f82bd42983f5a82 (patch) | |
tree | c1d043a119d8b6e726c7590fdf8af3f0f9b93763 /sim/sh/Makefile.in | |
parent | 652970ff68f9f38f8e31ec95c6cf537bd306022f (diff) | |
download | gdb-edf6a8435680e770828350718f82bd42983f5a82.zip gdb-edf6a8435680e770828350718f82bd42983f5a82.tar.gz gdb-edf6a8435680e770828350718f82bd42983f5a82.tar.bz2 |
* interp.c: (SIGBUS, SIGTERM): Define if not.
(sim_memory_size): default to 2^19 on PCs.
(sim_resume): Poll for quits on win32.
Diffstat (limited to 'sim/sh/Makefile.in')
-rw-r--r-- | sim/sh/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sim/sh/Makefile.in b/sim/sh/Makefile.in index 6bfb402..5295aa2 100644 --- a/sim/sh/Makefile.in +++ b/sim/sh/Makefile.in @@ -68,7 +68,8 @@ XL=-lX11 X= XL= INCDIR = $(srcdir)/../../include -CSEARCH = -I. -I$(srcdir) -I../../include -I../../bfd -I$(INCDIR) -I$(srcdir)/../../bfd -I$(srcdir)/../../gdb +CSEARCH = -I. -I$(srcdir) -I../../include \ + -I../../bfd -I$(INCDIR) -I$(srcdir)/../../bfd -I$(srcdir)/../../gdb -I$(srcdir)/../../newlib/libc/sys/sh DEP = mkdep #### host, target, and site specific Makefile frags come in here. @@ -95,7 +96,7 @@ table.c:gencode # indent table.c gencode:gencode.c - $(CC_FOR_BUILD) -o gencode $< + $(CC_FOR_BUILD) -o gencode $(srcdir)/gencode.c #### host and target dependent Makefile fragments come in here. |