This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mistake in gcc/Makefile.in


On Aug 18, 2002, Alexander Shchekaturov <Alexander_Shch@mail.ru> wrote:

> CFLAGS = -g
> in gcc/Makefile.in *overrides* shell variable CFLAGS

That's on purpose.  A number of compilers used to miscompile GCC if
optimization was enabled.  Compiling stage1 without optimization helps
avoid that.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]