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 | |
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')
-rw-r--r-- | gcc/config/mips/t-bsd | 1 | ||||
-rw-r--r-- | gcc/config/mips/t-bsd-gas | 1 | ||||
-rw-r--r-- | gcc/config/mips/t-mips | 1 | ||||
-rw-r--r-- | gcc/config/mips/t-mips-gas | 1 | ||||
-rw-r--r-- | gcc/config/mips/t-osfrose | 1 | ||||
-rw-r--r-- | gcc/config/mips/t-svr3 | 1 | ||||
-rw-r--r-- | gcc/config/mips/t-svr3-gas | 1 | ||||
-rw-r--r-- | gcc/config/mips/t-svr4 | 1 | ||||
-rw-r--r-- | gcc/config/mips/t-svr4-gas | 1 | ||||
-rw-r--r-- | gcc/config/mips/t-ultrix | 1 |
10 files changed, 10 insertions, 0 deletions
diff --git a/gcc/config/mips/t-bsd b/gcc/config/mips/t-bsd index 693995e9d4e..2d66be48e11 100644 --- a/gcc/config/mips/t-bsd +++ b/gcc/config/mips/t-bsd @@ -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) diff --git a/gcc/config/mips/t-bsd-gas b/gcc/config/mips/t-bsd-gas index c149fdf7bf5..d214cc54e52 100644 --- a/gcc/config/mips/t-bsd-gas +++ b/gcc/config/mips/t-bsd-gas @@ -5,3 +5,4 @@ SYSTEM_HEADER_DIR = /bsd43/usr/include # 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 diff --git a/gcc/config/mips/t-mips b/gcc/config/mips/t-mips index 0bf2be5bbd6..85709dc084e 100644 --- a/gcc/config/mips/t-mips +++ b/gcc/config/mips/t-mips @@ -7,6 +7,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) diff --git a/gcc/config/mips/t-mips-gas b/gcc/config/mips/t-mips-gas index 04c7a6bff9d..62b481ba829 100644 --- a/gcc/config/mips/t-mips-gas +++ b/gcc/config/mips/t-mips-gas @@ -1,3 +1,4 @@ # 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 diff --git a/gcc/config/mips/t-osfrose b/gcc/config/mips/t-osfrose index e1259a345f1..6474bff7a8d 100644 --- a/gcc/config/mips/t-osfrose +++ b/gcc/config/mips/t-osfrose @@ -8,5 +8,6 @@ LIMITS_H = # 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 halfpic.o: halfpic.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H) $(TREE_H) 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) diff --git a/gcc/config/mips/t-svr3-gas b/gcc/config/mips/t-svr3-gas index 2aa856a963f..68a49b30934 100644 --- a/gcc/config/mips/t-svr3-gas +++ b/gcc/config/mips/t-svr3-gas @@ -5,3 +5,4 @@ SYSTEM_HEADER_DIR = /sysv/usr/include # 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 diff --git a/gcc/config/mips/t-svr4 b/gcc/config/mips/t-svr4 index d6b28ae1870..e14e947d4c3 100644 --- a/gcc/config/mips/t-svr4 +++ b/gcc/config/mips/t-svr4 @@ -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) diff --git a/gcc/config/mips/t-svr4-gas b/gcc/config/mips/t-svr4-gas index 7eefc5c1c13..8c8b673453c 100644 --- a/gcc/config/mips/t-svr4-gas +++ b/gcc/config/mips/t-svr4-gas @@ -5,3 +5,4 @@ SYSTEM_HEADER_DIR = /svr4/usr/include # 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 diff --git a/gcc/config/mips/t-ultrix b/gcc/config/mips/t-ultrix index 8e4d54ee19d..cef2999c745 100644 --- a/gcc/config/mips/t-ultrix +++ b/gcc/config/mips/t-ultrix @@ -8,6 +8,7 @@ CONFIG2_H = $(srcdir)/config/mips/mips.h # 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) |