]> gcc.gnu.org Git - gcc.git/commitdiff
t-ip2k: Remove LIBGCC1, CROSS_LIBGCC1, and LIBGCC1_TEST.
authorZack Weinberg <zack@codesourcery.com>
Mon, 1 Jul 2002 21:21:37 +0000 (21:21 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Mon, 1 Jul 2002 21:21:37 +0000 (21:21 +0000)
* config/ip2k/t-ip2k: Remove LIBGCC1, CROSS_LIBGCC1, and LIBGCC1_TEST.
* config/mips/t-isa3264: Likewise.
* config/mmix/t-mmix: Likewise.

From-SVN: r55156

gcc/ChangeLog
gcc/config/ip2k/t-ip2k
gcc/config/mips/t-isa3264
gcc/config/mmix/t-mmix

index a3ecb3b79c3c0d76c8037894a9c488398c232fb7..0a4291b88510c558e091cf59931069401da49a46 100644 (file)
@@ -1,3 +1,9 @@
+2002-07-01  Zack Weinberg  <zack@codesourcery.com>
+
+       * config/ip2k/t-ip2k: Remove LIBGCC1, CROSS_LIBGCC1, and LIBGCC1_TEST.
+       * config/mips/t-isa3264: Likewise.
+       * config/mmix/t-mmix: Likewise.
+
 2002-07-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
        * emit-rtl.c (init_emit_once): Add missing cast to HOST_WIDE_INT.
index 3c8d2f9dab5ee10f87f87431508efeed72456fc7..7d82126c61fd6057669d6181082b2f4a040a31a5 100644 (file)
@@ -1,4 +1,3 @@
-CROSS_LIBGCC1 = libgcc1-asm.a
 LIB1ASMSRC = ip2k/libgcc.S
 
 LIB1ASMFUNCS = \
@@ -26,9 +25,6 @@ LIB1ASMFUNCS = \
        abort \
        _exit
 
-# libgcc...
-LIBGCC1_TEST =
-
 # libgcc2.h thinks that nobody would have SI mode when
 # MIN_UNITS_PER_WORD == 1, so lie to keep from major compiler errors.
 
index 22afb216f9385a95bf19e7f3efb5a28dc59fbedf..620b1ff6679da83c64aa907ce0f6885527e56236 100644 (file)
@@ -1,9 +1,5 @@
 CONFIG2_H      = $(srcdir)/config/mips/isa3264.h $(srcdir)/config/mips/elf.h $(srcdir)/config/mips/ecoff.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 =
-
 # Don't let CTOR_LIST end up in sdata section.
 CRTSTUFF_T_CFLAGS = -G 0
 
@@ -16,9 +12,6 @@ $(T)crtn.o: $(srcdir)/config/mips/crtn.asm $(GCC_PASSES)
        $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(MULTILIB_CFLAGS) $(INCLUDES) \
        -c -o $(T)crtn.o -x assembler-with-cpp $(srcdir)/config/mips/crtn.asm
 
-# When building a cross compiler, put the mips16 support functions in
-# libgcc1.a.
-CROSS_LIBGCC1 = libgcc1-asm.a
 LIB1ASMSRC = mips/mips16.S
 LIB1ASMFUNCS = _m16addsf3 _m16subsf3 _m16mulsf3 _m16divsf3 \
        _m16eqsf2 _m16nesf2 _m16gtsf2 _m16gesf2 _m16lesf2 _m16ltsf2 \
index a79d63fd8dd76c4d9939fe4fe1e98373f1d4175f..1efb98b2bd476699ea0006c95f5f1c8579de0fa2 100644 (file)
@@ -1,9 +1,4 @@
 # See "Target Fragment" in GCC info.  That same order is used here.
-LIBGCC1 =
-
-# libgcc1-test doesn't work.  There's critical stuff in crti and crtn and
-# we know the result of running libgcc1-test anyway.
-CROSS_LIBGCC1 =
 
 TARGET_LIBGCC2_CFLAGS = -mlibfuncs -O2
 
This page took 0.098904 seconds and 5 git commands to generate.