Commit d2e90981 by Richard Stallman

(gmon.o): gmon-sol2.c is in config/.

From-SVN: r2022
parent 61a43ca3
...@@ -15,9 +15,9 @@ INSTALL_TARGET = install-cross ...@@ -15,9 +15,9 @@ INSTALL_TARGET = install-cross
LIBGCC1 = libgcc1.null LIBGCC1 = libgcc1.null
# gmon build rule: # gmon build rule:
gmon.o: gmon-sol2.c $(GCC_PASSES) $(CONFIG_H) gmon.o: config/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)/config/gmon-sol2.c -o gmon.o
# Assemble startup files. # Assemble startup files.
crt1.o: config/sol2-crt1.asm crt1.o: config/sol2-crt1.asm
......
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