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/mips/t-svr3 | |
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/mips/t-svr3')
-rw-r--r-- | gcc/config/mips/t-svr3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/mips/t-svr3 b/gcc/config/mips/t-svr3 index 51f59eacfec..2be011319c1 100644 --- a/gcc/config/mips/t-svr3 +++ b/gcc/config/mips/t-svr3 @@ -11,6 +11,7 @@ EXTRA_PASSES = mips-tfile mips-tdump # Suppress building libgcc1.a, since the MIPS compiler port is complete # and does not need anything from libgcc1.a. LIBGCC1 = libgcc1.null +CROSS_LIBGCC1 = libgcc1.null mips-tfile: mips-tfile.o version.o $(LIBDEPS) $(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS) |