diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-09-09 20:05:26 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-09-09 20:05:26 +0000 |
commit | f2d8723c3d3e9c9ae60bb96b772557e75373d46e (patch) | |
tree | 34b37bec644c20fe5237812b6ea3346e6648cb38 /gcc/config/sparc/t-sol2 | |
parent | a63e1c46758d5dce0179e52c47fb87ce9ff46e25 (diff) | |
download | gcc-f2d8723c3d3e9c9ae60bb96b772557e75373d46e.tar.gz |
Set CROSS_LIBGCC1 to be libgcc1.null
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5298 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/t-sol2')
-rw-r--r-- | gcc/config/sparc/t-sol2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/sparc/t-sol2 b/gcc/config/sparc/t-sol2 index 7266d4c83b8..b71f738aee5 100644 --- a/gcc/config/sparc/t-sol2 +++ b/gcc/config/sparc/t-sol2 @@ -6,6 +6,7 @@ EXTRA_PARTS=crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o # since the user may not have native 'cc' available LIBGCC1 = libgcc1.null +CROSS_LIBGCC1 = libgcc1.null # gmon build rule: gmon.o: $(srcdir)/config/sparc/gmon-sol2.c $(GCC_PASSES) $(CONFIG_H) |