From 4dec0b13b4f2084bf2beb7283193294bb7f546ce Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 21 Jul 1992 18:31:13 +0000 Subject: [PATCH] entered into RCS From-SVN: r1653 --- gcc/config/sparc/t-sol2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gcc/config/sparc/t-sol2 b/gcc/config/sparc/t-sol2 index 3cf144eb793..1141c0a2be6 100644 --- a/gcc/config/sparc/t-sol2 +++ b/gcc/config/sparc/t-sol2 @@ -20,9 +20,9 @@ gmon.o: gmon-sol2.c $(GCC_PASSES) $(CONFIG_H) -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 +crt1.o: config/sol2-crt1.asm + $(AS) -o crt1.o $(srcdir)/config/sol2-crt1.asm +crti.o: config/sol2-crti.asm + $(AS) -o crti.o $(srcdir)/config/sol2-crti.asm +crtn.o: config/sol2-crtn.asm + $(AS) -o crtn.o $(srcdir)/config/sol2-crtn.asm -- 2.30.2