add bootstrap target

This commit is contained in:
K. Richard Pixley 1992-01-29 22:47:09 +00:00
parent 0cc6a79622
commit 60048a2cee
1 changed files with 3 additions and 0 deletions

View File

@ -275,6 +275,9 @@ ld2: ld1
$(HOSTING_EMU); ./ld1 -o foo.o -r $(OFILES)
$(HOSTING_EMU); ./ld1 -o ld2 $(HOSTING_CRT0) foo.o $(BFDLIB) $(LIBIBERTY) $(HOSTING_LIBS)
bootstrap: ld3
cmp ld2 ld3
ld3: ld2
$(HOSTING_EMU); ./ld2 -o ld3 $(HOSTING_CRT0) $(OFILES) $(BFDLIB) $(LIBIBERTY) $(HOSTING_LIBS)