Do not pass -G 0 when building libgcc.a.

From-SVN: r2480
This commit is contained in:
Michael Meissner 1992-10-15 19:08:11 +00:00
parent c903545b96
commit 72cc54448c
2 changed files with 0 additions and 4 deletions

View File

@ -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.

View File

@ -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.