Date: Sun, 9 Jul 1995 11:50:50 -0700 (PDT) From: "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com> To: roberto@keltia.freenix.fr Cc: freebsd-current@FreeBSD.ORG Subject: Re: gnu/usr.bin/texinfo/Makefile.inc Message-ID: <199507091850.LAA09546@gndrsh.aac.dev.com> In-Reply-To: <199507091410.QAA00823@keltia.frmug.fr.net> from "Ollivier Robert" at Jul 9, 95 04:10:49 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> > Jörg, why are you forcing -O2 in this file for all of texinfo's utilities ? > > 207 [16:08] root@keltia:~# ( cd /usr/src/gnu/usr.bin/texinfo/ ; cvs diff -u -r 1.2 Makefile.inc ) > Index: Makefile.inc > =================================================================== > RCS file: /spare/FreeBSD-current/src/gnu/usr.bin/texinfo/Makefile.inc,v > retrieving revision 1.2 > diff -u -r1.2 Makefile.inc > --- 1.2 1994/09/15 12:09:36 > +++ Makefile.inc 1995/07/09 14:06:54 > @@ -1,5 +1,6 @@ > # Texinfo defaults. > -# $Id: Makefile.inc,v 1.2 1994/09/15 12:09:36 jkh Exp $ > +# $Id: Makefile.inc,v 1.3 1995/07/08 16:45:49 joerg Exp $ > > INFODIR?= /usr/share/info > > +CFLAGS+= -O2 -pipe You confused the heck out of me with this one, this is a modification on some machine some place, this modification is part of a recent commit, which I did not have pulled out in my source tree. cvs diff -u -r1.2 -r1.3 showed me it was added recently. This should not be there unless there is a VERY good reason for it. Either way the -pipe must die, that really kills small machines compiling. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507091850.LAA09546>