From: Michael Meissner Date: Thu, 15 Oct 1992 19:08:11 +0000 (+0000) Subject: Do not pass -G 0 when building libgcc.a. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=72cc54448c2383a261b135bb713561a38333d0fd;p=gcc.git Do not pass -G 0 when building libgcc.a. From-SVN: r2480 --- diff --git a/gcc/config/mips/t-mips b/gcc/config/mips/t-mips index 2dcaea19f3b..d634cd8574e 100644 --- a/gcc/config/mips/t-mips +++ b/gcc/config/mips/t-mips @@ -1,6 +1,4 @@ EXTRA_PASSES = mips-tfile mips-tdump -CCLIBFLAGS = -O -G 0 -LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1 -G 0 CONFIG2_H = $(srcdir)/config/mips.h # We have a premade insn-attrtab.c to save the hour it takes to run genattrtab. diff --git a/gcc/config/mips/t-ultrix b/gcc/config/mips/t-ultrix index 2dcaea19f3b..d634cd8574e 100644 --- a/gcc/config/mips/t-ultrix +++ b/gcc/config/mips/t-ultrix @@ -1,6 +1,4 @@ EXTRA_PASSES = mips-tfile mips-tdump -CCLIBFLAGS = -O -G 0 -LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1 -G 0 CONFIG2_H = $(srcdir)/config/mips.h # We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.