OSDN Git Service

Set CROSS_LIBGCC1 to be libgcc1.null
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Sep 1993 20:05:26 +0000 (20:05 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Sep 1993 20:05:26 +0000 (20:05 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5298 138bc75d-0d04-0410-961f-82ee72b054a4

25 files changed:
gcc/config/h8300/t-h8300
gcc/config/i386/t-next
gcc/config/i386/t-sol2
gcc/config/m68k/t-next
gcc/config/m88k/t-dgux
gcc/config/m88k/t-dgux-gas
gcc/config/m88k/t-luna
gcc/config/m88k/t-luna-gas
gcc/config/m88k/t-m88k
gcc/config/m88k/t-m88k-gas
gcc/config/m88k/t-sysv4
gcc/config/mips/t-bsd
gcc/config/mips/t-bsd-gas
gcc/config/mips/t-mips
gcc/config/mips/t-mips-gas
gcc/config/mips/t-osfrose
gcc/config/mips/t-svr3
gcc/config/mips/t-svr3-gas
gcc/config/mips/t-svr4
gcc/config/mips/t-svr4-gas
gcc/config/mips/t-ultrix
gcc/config/pa/t-pa
gcc/config/sh/t-sh
gcc/config/sparc/t-sol2
gcc/config/t-libc-ok

index a37e5d1..912fb57 100644 (file)
@@ -1,4 +1,5 @@
 LIBGCC1 = libgcc1.null
+CROSS_LIBGCC1 = libgcc1.null
 T_CFLAGS = -DDONT_HAVE_STDIO -DDONT_HAVE_SETJMP 
 # we do not have DF or DI types, so fake out the libgcc2 compilation
 LIBGCC2_CFLAGS=-O -DDF=SF -DDI=SI $(GCC_CFLAGS) 
index 7dbe180..1992eb0 100644 (file)
@@ -1,5 +1,6 @@
 # libgcc1.c is not needed, since the standard library has these functions.
-LIBGCC1=
+LIBGCC1=libgcc1.null
+CROSS_LIBGCC1=libgcc1.null
 
 # Specify other dirs of system header files to be fixed.
 OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers
index 972fd73..c5ed87a 100644 (file)
@@ -7,6 +7,7 @@ EXTRA_PARTS=crt1.o crti.o crtn.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/i386/gmon-sol2.c $(GCC_PASSES) $(CONFIG_H)
index 7dbe180..1992eb0 100644 (file)
@@ -1,5 +1,6 @@
 # libgcc1.c is not needed, since the standard library has these functions.
-LIBGCC1=
+LIBGCC1=libgcc1.null
+CROSS_LIBGCC1=libgcc1.null
 
 # Specify other dirs of system header files to be fixed.
 OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers
index 583d7bc..852096e 100644 (file)
@@ -9,6 +9,7 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
 
 LIB2FUNCS_EXTRA = $(MOVE_ASM)
 LIBGCC1 = libgcc1.null
+CROSS_LIBGCC1 = libgcc1.null
 
 # For DG/UX we build crtbegin.o and crtend.o which serve to add begin and
 # end labels to the .ctors and .dtors section when we link using gcc.
index 6fbe426..ef9976f 100644 (file)
@@ -9,6 +9,7 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
 
 LIB2FUNCS_EXTRA = $(MOVE_ASM)
 LIBGCC1 = libgcc1.null
+CROSS_LIBGCC1 = libgcc1.null
 T_CPPFLAGS = -DUSE_GAS
 
 # For DG/UX we build crtbegin.o and crtend.o which serve to add begin and
index 5c06599..cdcffc9 100644 (file)
@@ -9,3 +9,4 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
 
 LIB2FUNCS_EXTRA = $(MOVE_ASM)
 LIBGCC1 = libgcc1.null
+CROSS_LIBGCC1 = libgcc1.null
index cc93997..1d6692a 100644 (file)
@@ -9,4 +9,5 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
 
 LIB2FUNCS_EXTRA = $(MOVE_ASM)
 LIBGCC1 = libgcc1.null
+CROSS_LIBGCC1 = libgcc1.null
 T_CPPFLAGS = -DUSE_GAS
index 21884ee..a250220 100644 (file)
@@ -9,6 +9,7 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
 
 LIB2FUNCS_EXTRA = $(MOVE_ASM)
 LIBGCC1 = libgcc1.null
+CROSS_LIBGCC1 = libgcc1.null
 
 # For svr4 we build crtbegin.o and crtend.o which serve to add begin and
 # end labels to the .ctors and .dtors section when we link using gcc.
index 5ff36e9..dc436e1 100644 (file)
@@ -9,6 +9,7 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
 
 LIB2FUNCS_EXTRA = $(MOVE_ASM)
 LIBGCC1 = libgcc1.null
+CROSS_LIBGCC1 = libgcc1.null
 T_CPPFLAGS = -DUSE_GAS
 
 # For svr4 we build crtbegin.o and crtend.o which serve to add begin and
index 7996aca..1619294 100644 (file)
@@ -11,6 +11,7 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
 
 LIB2FUNCS_EXTRA = $(MOVE_ASM)
 LIBGCC1 = libgcc1.null
+CROSS_LIBGCC1 = libgcc1.null
 
 # For svr4 we build crtbegin.o and crtend.o which serve to add begin and
 # end labels to the .ctors and .dtors section when we link using gcc.
index 693995e..2d66be4 100644 (file)
@@ -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)
index c149fdf..d214cc5 100644 (file)
@@ -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
index 0bf2be5..85709dc 100644 (file)
@@ -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)
index 04c7a6b..62b481b 100644 (file)
@@ -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
index e1259a3..6474bff 100644 (file)
@@ -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)
index 51f59ea..2be0113 100644 (file)
@@ -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)
index 2aa856a..68a49b3 100644 (file)
@@ -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
index d6b28ae..e14e947 100644 (file)
@@ -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)
index 7eefc5c..8c8b673 100644 (file)
@@ -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
index 8e4d54e..cef2999 100644 (file)
@@ -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)
index f914560..26390ac 100644 (file)
@@ -1,2 +1,3 @@
 LIBGCC1=libgcc1.null
+CROSS_LIBGCC1=libgcc1.null
 INSTALLED_H = float.h stdarg.h varargs.h $(USER_H) limits.h
index 468ad98..0067223 100644 (file)
@@ -1,4 +1,5 @@
 LIBGCC1 = libgcc1.null
+CROSS_LIBGCC1 = libgcc1.null
 T_CFLAGS = -DDONT_HAVE_STDIO -DDONT_HAVE_SETJMP  -Dinhibit_libc 
 LIBGCC2_CFLAGS=-g -O5 $(GCC_CFLAGS) 
 
index 7266d4c..b71f738 100644 (file)
@@ -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)
index ae7debb..712a4ca 100644 (file)
@@ -1 +1,2 @@
 LIBGCC1=libgcc1.null
+CROSS_LIBGCC1=libgcc1.null