Commit 9d29d693 by Richard Stallman

*** empty log message ***

From-SVN: r1643
parent a414f913
...@@ -18,3 +18,11 @@ LIBGCC1 = libgcc1.null ...@@ -18,3 +18,11 @@ LIBGCC1 = libgcc1.null
gmon.o: gmon-sol2.c $(GCC_PASSES) $(CONFIG_H) gmon.o: gmon-sol2.c $(GCC_PASSES) $(CONFIG_H)
$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) \ $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) \
-c $(srcdir)/gmon-sol2.c -o gmon.o -c $(srcdir)/gmon-sol2.c -o gmon.o
# Assemble startup files.
crt1.o: crt1.s
$(CC) -c $(srcdir)/crt1.s
crti.o: crti.s
$(CC) -c $(srcdir)/crti.s
crtn.o: crtn.s
$(CC) -c $(srcdir)/crtn.s
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment