Date: Tue, 30 Jul 2002 13:32:22 +0100 From: Mark Murray <mark@grondar.za> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch Makefile Message-ID: <200207301232.g6UCWNRZ054850@grimreaper.grondar.org> In-Reply-To: <20020730070249.W52778-100000@gamplex.bde.org> ; from Bruce Evans <bde@zeta.org.au> "Tue, 30 Jul 2002 07:11:01 %2B1000." References: <20020730070249.W52778-100000@gamplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> > The default for GCC is -std=gcc89, it will become > > -std=gcc99 once GCC grows fuller C99 support. Or change to -std=c99. > > What do people perfer? > > I prefer not breaking support for C90 in old applications until a few > years after we have a full C99 compiler and libraries. Could it be selectively set? IE, for things like src/bin/* and other BSD code it is -std=c99, but selectively overridden for src/contrib and or GNU code? (I'm doing somethinkg like this locally, where a "make world" runs lint(1) over everything except contrib'ed and GNU code). M -- o Mark Murray \_ O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207301232.g6UCWNRZ054850>