From owner-freebsd-stable Mon Nov 6 7:26:56 2000 Delivered-To: freebsd-stable@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id 73A6E37B479 for ; Mon, 6 Nov 2000 07:26:53 -0800 (PST) Received: from thehousleys.net (baby.int.thehousleys.net [192.168.0.24]) by thehousleys.net (8.11.0/8.11.1) with ESMTP id eA6FQgs64510; Mon, 6 Nov 2000 10:26:43 -0500 (EST) (envelope-from jim@thehousleys.net) Message-ID: <3A06CDB0.9AD06047@thehousleys.net> Date: Mon, 06 Nov 2000 10:26:40 -0500 From: James Housley X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Giorgos Keramidas Cc: stable@FreeBSD.ORG Subject: Re: Today's RELENG_4 and BDECFLAGS References: <20001106172042.A74119@gray.westgate.gr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Giorgos Keramidas wrote: > > I built a RELENG_4 world today with the following options: > > CFLAGS= -O -pipe > COPTFLAGS= -O -pipe > > and it compiled the entire system correctly. I then proceeded to test > the BDECFLAGS that I had seen recenly in /etc/defaults/make.conf and > tried to build a world with: > > CFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ > -Wcast-qual -Wchar-subscripts -Wconversion -Winline \ > -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ > -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings > > which bombed when it was compiling /usr/src/contrib/binutils/gas/expr.c > with the following error: > > [...]/contrib/binutils/gas/expr.c:1566: syntax error before `operatorT' > [...]/contrib/binutils/gas/expr.c: In function `expr': > > Does this mean that -STABLE world can not be built with all warnings enabled? > That is probably an extension not suppoted by the "-ansi" flag. That removes GNU extensions. Jim -- jeh@FreeBSD.org http://www.FreeBSD.org The Power to Serve jim@TheHousleys.Net http://www.TheHousleys.net --------------------------------------------------------------------- Artificial intelligence is no match for natural stupidity. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message