From owner-freebsd-stable Mon Nov 6 7:21:25 2000 Delivered-To: freebsd-stable@freebsd.org Received: from gray.westgate.gr (gray.westgate.gr [212.205.119.66]) by hub.freebsd.org (Postfix) with ESMTP id 9E1DC37B479 for ; Mon, 6 Nov 2000 07:21:19 -0800 (PST) Received: (from charon@localhost) by gray.westgate.gr (8.11.1/8.11.1) id eA6FKgH74207 for stable@freebsd.org; Mon, 6 Nov 2000 17:20:42 +0200 (EET) Date: Mon, 6 Nov 2000 17:20:42 +0200 From: Giorgos Keramidas To: stable@freebsd.org Subject: Today's RELENG_4 and BDECFLAGS Message-ID: <20001106172042.A74119@gray.westgate.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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? Has anyone else tried to build a RELENG_4 world with the BDECFLAGS? - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message