]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Set CROSS_LIBGCC1 to be libgcc1.null
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 9 Sep 1993 20:05:26 +0000 (20:05 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 9 Sep 1993 20:05:26 +0000 (20:05 +0000)
From-SVN: r5298

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 a37e5d1334ffec92b883bd7820d3b3fdc4d4a600..912fb5702bfdc4b6bb34e7bd191c4ff178a1fab6 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 7dbe1808a261fdcd85f69a4edca1c567c86e2ebf..1992eb04ac237946df35012c944b7df256a3bab6 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 972fd73cbe52059a918c56dc94f3c9f3d9fc180a..c5ed87aba0f28aa1a341bd7283ea0e6e0449533a 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 7dbe1808a261fdcd85f69a4edca1c567c86e2ebf..1992eb04ac237946df35012c944b7df256a3bab6 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 583d7bc3a552868926af14df5bb332c8c0773c9a..852096e6529dc172515c9807b9999eb7585a6957 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 6fbe4265c9a4bc342acc66d88ae8c486b25f5eae..ef9976f116c90473445034863681647c0f861f38 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 5c0659910de2c5519c7277ec690fe3dbf29c3cf1..cdcffc9d3cb8375f90aa52af4734dbfefc9bc800 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 cc9399726fd10b4f6758e4630fe0aa14cdde3274..1d6692ab4a0ca1bc993e3d86e8bd82db7b9fe0d3 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 21884ee0c10fb1cc16b7687c414529ba598c6788..a2502201d4dfaaf1ed4d2243f5b1c1b44db348dc 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 5ff36e910ed1be70064ec70dbfc3e659e164b41a..dc436e181beb50f1d701fd5a287bb3ced255d6cd 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 7996aca2195e4ccc08f0732e9e7f6e892d7c517f..1619294f612fb38a36c37bb95e74cd312748960e 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 693995e9d4e60bb1322ba5f9acda00b41e02088a..2d66be48e11611407ffc183afd441ab3d4dffcb4 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 c149fdf7bf52babb16868d8ec18d2200efbb64a7..d214cc54e5226bfce77be32b461920998b11427d 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 0bf2be5bbd69f0b507c2b79dbc4cfdd92e0f91d1..85709dc084e30e72def80c84eb5b94843e22a897 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 04c7a6bff9dacc6a389ff9edcf504a702d8645e3..62b481ba8295e13dafbf9f4ff6caf26545022226 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 e1259a345f18455706ebbb50fcc813b74d41dfcf..6474bff7a8d453bd720a4609a4534a609189ce2e 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 51f59eacfec20023b34bb2b766d5fd5569affcf3..2be011319c18792b795ced7fba518d5340778703 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 2aa856a963fd6bc140bc0347b225086aa31618a2..68a49b30934904412b63550f7d101041b5381cd2 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 d6b28ae187026e3ccf5102df3190694c2cb8797c..e14e947d4c3a7cd607e6ba89d1d1825f07ec29fd 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 7eefc5c1c13b4639dd6853e14eca8594083018d2..8c8b673453c23966b890c6d159f59be70fd5311e 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 8e4d54ee19d429c4a817c1e5314d25ebbcc61567..cef2999c7451c1ca345a55126d16bc7d183a559c 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 f9145601071dffade5066ddd36bb029f7bcb44a2..26390ac7f135afd9f2daddcc18842b8a7186c224 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 468ad98afcd7709d151cbaab20af90396b4dbbd4..0067223f9cc5b3de5a02cb4c8d639b93676936f3 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 7266d4c83b8394c1df7ec434afff59fc7ff1bb07..b71f738aee531daa3c1e13333467667fa89791c2 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 ae7debbac40b3b64f9bb92522c7ea8eb2abf6ad2..712a4ca128d96d1b70cf4891547a4fcfe0a20a2e 100644 (file)
@@ -1 +1,2 @@
 LIBGCC1=libgcc1.null
+CROSS_LIBGCC1=libgcc1.null