diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1992-10-15 19:08:11 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1992-10-15 19:08:11 +0000 |
commit | 72cc54448c2383a261b135bb713561a38333d0fd (patch) | |
tree | 406b981fb7bb76f90cf6f99d83f97fc3c2c2f7b0 /gcc | |
parent | c903545b967a35ef41771e5f52ba2517ba83f492 (diff) | |
download | gcc-72cc54448c2383a261b135bb713561a38333d0fd.zip gcc-72cc54448c2383a261b135bb713561a38333d0fd.tar.gz gcc-72cc54448c2383a261b135bb713561a38333d0fd.tar.bz2 |
Do not pass -G 0 when building libgcc.a.
From-SVN: r2480
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/t-mips | 2 | ||||
-rw-r--r-- | gcc/config/mips/t-ultrix | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/mips/t-mips b/gcc/config/mips/t-mips index 2dcaea1..d634cd8 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 2dcaea1..d634cd8 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. |