mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-22 05:19:13 +08:00
(gmon.o): Depend on stmp-int-hdrs.
(crt1.o, crti.o, crtn.o, gcrt1.o): Depend on $(GCC_PASSES). From-SVN: r12257
This commit is contained in:
parent
62b1077c62
commit
5840aa5b1e
@ -6,18 +6,18 @@ CROSS_LIBGCC1 =
|
||||
LIBGCC1_TEST =
|
||||
|
||||
# gmon build rule:
|
||||
gmon.o: $(srcdir)/config/sparc/gmon-sol2.c $(GCC_PASSES) $(CONFIG_H)
|
||||
gmon.o: $(srcdir)/config/sparc/gmon-sol2.c $(GCC_PASSES) $(CONFIG_H) stmp-int-hdrs
|
||||
$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) \
|
||||
-c $(srcdir)/config/sparc/gmon-sol2.c -o gmon.o
|
||||
|
||||
# Assemble startup files.
|
||||
crt1.o: $(srcdir)/config/sparc/sol2-c1.asm
|
||||
crt1.o: $(srcdir)/config/sparc/sol2-c1.asm $(GCC_PASSES)
|
||||
$(GCC_FOR_TARGET) -c -o crt1.o -x assembler $(srcdir)/config/sparc/sol2-c1.asm
|
||||
crti.o: $(srcdir)/config/sparc/sol2-ci.asm
|
||||
crti.o: $(srcdir)/config/sparc/sol2-ci.asm $(GCC_PASSES)
|
||||
$(GCC_FOR_TARGET) -c -o crti.o -x assembler $(srcdir)/config/sparc/sol2-ci.asm
|
||||
crtn.o: $(srcdir)/config/sparc/sol2-cn.asm
|
||||
crtn.o: $(srcdir)/config/sparc/sol2-cn.asm $(GCC_PASSES)
|
||||
$(GCC_FOR_TARGET) -c -o crtn.o -x assembler $(srcdir)/config/sparc/sol2-cn.asm
|
||||
gcrt1.o: $(srcdir)/config/sparc/sol2-g1.asm
|
||||
gcrt1.o: $(srcdir)/config/sparc/sol2-g1.asm $(GCC_PASSES)
|
||||
$(GCC_FOR_TARGET) -c -o gcrt1.o -x assembler $(srcdir)/config/sparc/sol2-g1.asm
|
||||
|
||||
# We need to use -fPIC when we are using gcc to compile the routines in
|
||||
|
Loading…
Reference in New Issue
Block a user