diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-21 18:31:13 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-21 18:31:13 +0000 |
commit | 4dec0b13b4f2084bf2beb7283193294bb7f546ce (patch) | |
tree | 2e42853a34216c31f3971d240f5f66bfc0748eb4 /gcc | |
parent | fc416d5bafb48943d541076d4b71c884d2c58268 (diff) | |
download | gcc-4dec0b13b4f2084bf2beb7283193294bb7f546ce.zip gcc-4dec0b13b4f2084bf2beb7283193294bb7f546ce.tar.gz gcc-4dec0b13b4f2084bf2beb7283193294bb7f546ce.tar.bz2 |
entered into RCS
From-SVN: r1653
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/t-sol2 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/config/sparc/t-sol2 b/gcc/config/sparc/t-sol2 index 3cf144e..1141c0a 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 |