Corrected to compile with egcs.

This commit is contained in:
Joel Sherrill
1997-08-26 18:10:59 +00:00
parent 5316519a3a
commit 12a17af309
2 changed files with 5 additions and 5 deletions

View File

@@ -4,12 +4,12 @@ predefines:
startfile: replace
mrtems:
pg: reset.o%s
pg: start302.o%s
{!pg:
g: reset.o%s
g: start302.o%s
{!g:
p: reset.o%s
!p: reset.o%s
p: start302.o%s
!p: start302.o%s
}}
{!mrtems:
pg: pgcrt0%O

View File

@@ -53,7 +53,7 @@ $(srcdir)/rom:
$(srcdir)/debugger:
all: ${ARCH} $(SRCS) $(PGM)
$(INSTALL) $(srcdir)/rom $(srcdir)/debugger ${PROJECT_RELEASE}/lib
$(INSTALL) $(srcdir)/linkcmds $(srcdir)/rom $(srcdir)/debugger ${PROJECT_RELEASE}/lib
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile