diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1995-11-29 19:04:51 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1995-11-29 19:04:51 -0800 |
commit | 0e4eb667f9bd9f9a53fbd1e4fb8ad073dafe1756 (patch) | |
tree | c9425cc2eaeb9d58e4084e1c27c329dbdecea098 | |
parent | f05ba4518d39e67f21c42890220f1b6f96ac9abf (diff) | |
download | gcc-0e4eb667f9bd9f9a53fbd1e4fb8ad073dafe1756.zip gcc-0e4eb667f9bd9f9a53fbd1e4fb8ad073dafe1756.tar.gz gcc-0e4eb667f9bd9f9a53fbd1e4fb8ad073dafe1756.tar.bz2 |
Add make rule for gcrt1.o.
From-SVN: r10639
-rw-r--r-- | gcc/config/sparc/t-sol2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/sparc/t-sol2 b/gcc/config/sparc/t-sol2 index ccafc00..12de947 100644 --- a/gcc/config/sparc/t-sol2 +++ b/gcc/config/sparc/t-sol2 @@ -16,6 +16,8 @@ crti.o: $(srcdir)/config/sparc/sol2-ci.asm $(AS) -o crti.o $(srcdir)/config/sparc/sol2-ci.asm crtn.o: $(srcdir)/config/sparc/sol2-cn.asm $(AS) -o crtn.o $(srcdir)/config/sparc/sol2-cn.asm +gcrt1.o: $(srcdir)/config/sparc/sol2-g1.asm + $(AS) -o gcrt1.o $(srcdir)/config/sparc/sol2-g1.asm # We need to use -fPIC when we are using gcc to compile the routines in # crtstuff.c. This is only really needed when we are going to use gcc/g++ |