From 72cc54448c2383a261b135bb713561a38333d0fd Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Thu, 15 Oct 1992 19:08:11 +0000 Subject: [PATCH] Do not pass -G 0 when building libgcc.a. From-SVN: r2480 --- gcc/config/mips/t-mips | 2 -- gcc/config/mips/t-ultrix | 2 -- 2 files changed, 4 deletions(-) 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. -- 2.30.2