(gmon.o, crt*.o): Change config to $(srcdir)/config.
From-SVN: r3032
This commit is contained in:
parent
b6983ae362
commit
7e1909ee7f
@ -11,14 +11,14 @@ INSTALL_TARGET = install-cross
|
|||||||
LIBGCC1 = libgcc1.null
|
LIBGCC1 = libgcc1.null
|
||||||
|
|
||||||
# gmon build rule:
|
# gmon build rule:
|
||||||
gmon.o: config/gmon-sol2.c $(GCC_PASSES) $(CONFIG_H)
|
gmon.o: $(srcdir)/config/gmon-sol2.c $(GCC_PASSES) $(CONFIG_H)
|
||||||
$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) \
|
$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) \
|
||||||
-c $(srcdir)/config/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-c1.asm
|
crt1.o: $(srcdir)/config/sol2-c1.asm
|
||||||
$(AS) -o crt1.o $(srcdir)/config/sol2-c1.asm
|
$(AS) -o crt1.o $(srcdir)/config/sol2-c1.asm
|
||||||
crti.o: config/sol2-ci.asm
|
crti.o: $(srcdir)/config/sol2-ci.asm
|
||||||
$(AS) -o crti.o $(srcdir)/config/sol2-ci.asm
|
$(AS) -o crti.o $(srcdir)/config/sol2-ci.asm
|
||||||
crtn.o: config/sol2-cn.asm
|
crtn.o: $(srcdir)/config/sol2-cn.asm
|
||||||
$(AS) -o crtn.o $(srcdir)/config/sol2-cn.asm
|
$(AS) -o crtn.o $(srcdir)/config/sol2-cn.asm
|
||||||
|
Loading…
Reference in New Issue
Block a user