aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/h8300/t-h83001
-rw-r--r--gcc/config/i386/t-next3
-rw-r--r--gcc/config/i386/t-sol21
-rw-r--r--gcc/config/m68k/t-next3
-rw-r--r--gcc/config/m88k/t-dgux1
-rw-r--r--gcc/config/m88k/t-dgux-gas1
-rw-r--r--gcc/config/m88k/t-luna1
-rw-r--r--gcc/config/m88k/t-luna-gas1
-rw-r--r--gcc/config/m88k/t-m88k1
-rw-r--r--gcc/config/m88k/t-m88k-gas1
-rw-r--r--gcc/config/m88k/t-sysv41
-rw-r--r--gcc/config/mips/t-bsd1
-rw-r--r--gcc/config/mips/t-bsd-gas1
-rw-r--r--gcc/config/mips/t-mips1
-rw-r--r--gcc/config/mips/t-mips-gas1
-rw-r--r--gcc/config/mips/t-osfrose1
-rw-r--r--gcc/config/mips/t-svr31
-rw-r--r--gcc/config/mips/t-svr3-gas1
-rw-r--r--gcc/config/mips/t-svr41
-rw-r--r--gcc/config/mips/t-svr4-gas1
-rw-r--r--gcc/config/mips/t-ultrix1
-rw-r--r--gcc/config/pa/t-pa1
-rw-r--r--gcc/config/sh/t-sh1
-rw-r--r--gcc/config/sparc/t-sol21
-rw-r--r--gcc/config/t-libc-ok1
25 files changed, 27 insertions, 2 deletions
diff --git a/gcc/config/h8300/t-h8300 b/gcc/config/h8300/t-h8300
index a37e5d1..912fb57 100644
--- a/gcc/config/h8300/t-h8300
+++ b/gcc/config/h8300/t-h8300
@@ -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)
diff --git a/gcc/config/i386/t-next b/gcc/config/i386/t-next
index 7dbe180..1992eb0 100644
--- a/gcc/config/i386/t-next
+++ b/gcc/config/i386/t-next
@@ -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
diff --git a/gcc/config/i386/t-sol2 b/gcc/config/i386/t-sol2
index 972fd73..c5ed87a 100644
--- a/gcc/config/i386/t-sol2
+++ b/gcc/config/i386/t-sol2
@@ -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)
diff --git a/gcc/config/m68k/t-next b/gcc/config/m68k/t-next
index 7dbe180..1992eb0 100644
--- a/gcc/config/m68k/t-next
+++ b/gcc/config/m68k/t-next
@@ -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
diff --git a/gcc/config/m88k/t-dgux b/gcc/config/m88k/t-dgux
index 583d7bc..852096e 100644
--- a/gcc/config/m88k/t-dgux
+++ b/gcc/config/m88k/t-dgux
@@ -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.
diff --git a/gcc/config/m88k/t-dgux-gas b/gcc/config/m88k/t-dgux-gas
index 6fbe426..ef9976f 100644
--- a/gcc/config/m88k/t-dgux-gas
+++ b/gcc/config/m88k/t-dgux-gas
@@ -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
diff --git a/gcc/config/m88k/t-luna b/gcc/config/m88k/t-luna
index 5c06599..cdcffc9 100644
--- a/gcc/config/m88k/t-luna
+++ b/gcc/config/m88k/t-luna
@@ -9,3 +9,4 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIBGCC1 = libgcc1.null
+CROSS_LIBGCC1 = libgcc1.null
diff --git a/gcc/config/m88k/t-luna-gas b/gcc/config/m88k/t-luna-gas
index cc93997..1d6692a 100644
--- a/gcc/config/m88k/t-luna-gas
+++ b/gcc/config/m88k/t-luna-gas
@@ -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
diff --git a/gcc/config/m88k/t-m88k b/gcc/config/m88k/t-m88k
index 21884ee..a250220 100644
--- a/gcc/config/m88k/t-m88k
+++ b/gcc/config/m88k/t-m88k
@@ -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.
diff --git a/gcc/config/m88k/t-m88k-gas b/gcc/config/m88k/t-m88k-gas
index 5ff36e9..dc436e1 100644
--- a/gcc/config/m88k/t-m88k-gas
+++ b/gcc/config/m88k/t-m88k-gas
@@ -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
diff --git a/gcc/config/m88k/t-sysv4 b/gcc/config/m88k/t-sysv4
index 7996aca..1619294 100644
--- a/gcc/config/m88k/t-sysv4
+++ b/gcc/config/m88k/t-sysv4
@@ -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.
diff --git a/gcc/config/mips/t-bsd b/gcc/config/mips/t-bsd
index 693995e..2d66be4 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 c149fdf..d214cc5 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 0bf2be5..85709dc 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 04c7a6b..62b481b 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 e1259a3..6474bff 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 51f59ea..2be0113 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 2aa856a..68a49b3 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 d6b28ae..e14e947 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 7eefc5c..8c8b673 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 8e4d54e..cef2999 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)
diff --git a/gcc/config/pa/t-pa b/gcc/config/pa/t-pa
index f914560..26390ac 100644
--- a/gcc/config/pa/t-pa
+++ b/gcc/config/pa/t-pa
@@ -1,2 +1,3 @@
LIBGCC1=libgcc1.null
+CROSS_LIBGCC1=libgcc1.null
INSTALLED_H = float.h stdarg.h varargs.h $(USER_H) limits.h
diff --git a/gcc/config/sh/t-sh b/gcc/config/sh/t-sh
index 468ad98..0067223 100644
--- a/gcc/config/sh/t-sh
+++ b/gcc/config/sh/t-sh
@@ -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)
diff --git a/gcc/config/sparc/t-sol2 b/gcc/config/sparc/t-sol2
index 7266d4c..b71f738 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)
diff --git a/gcc/config/t-libc-ok b/gcc/config/t-libc-ok
index ae7debb..712a4ca 100644
--- a/gcc/config/t-libc-ok
+++ b/gcc/config/t-libc-ok
@@ -1 +1,2 @@
LIBGCC1=libgcc1.null
+CROSS_LIBGCC1=libgcc1.null