From owner-cvs-all Tue Jul 30 5:35:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1DBD37B400; Tue, 30 Jul 2002 05:35:13 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD3343E6A; Tue, 30 Jul 2002 05:35:09 -0700 (PDT) (envelope-from mark@grimreaper.grondar.org) Received: from storm.FreeBSD.org.uk (uucp@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.5/8.12.5) with ESMTP id g6UCZ73H075661; Tue, 30 Jul 2002 13:35:07 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.12.5/8.12.5/Submit) with UUCP id g6UCZ71r075660; Tue, 30 Jul 2002 13:35:07 +0100 (BST) Received: from grimreaper.grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.5/8.12.5) with ESMTP id g6UCWNRZ054850; Tue, 30 Jul 2002 13:32:23 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Message-Id: <200207301232.g6UCWNRZ054850@grimreaper.grondar.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch Makefile References: <20020730070249.W52778-100000@gamplex.bde.org> In-Reply-To: <20020730070249.W52778-100000@gamplex.bde.org> ; from Bruce Evans "Tue, 30 Jul 2002 07:11:01 +1000." Date: Tue, 30 Jul 2002 13:32:22 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > 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