From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1057 invoked by alias); 12 Apr 2005 04:36:36 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 921 invoked from network); 12 Apr 2005 04:36:22 -0000 Received: from unknown (HELO rwcrmhc11.comcast.net) (204.127.198.35) by sourceware.org with SMTP; 12 Apr 2005 04:36:22 -0000 Received: from lucon.org ([24.6.212.230]) by comcast.net (rwcrmhc11) with ESMTP id <2005041204362101300ks29be>; Tue, 12 Apr 2005 04:36:21 +0000 Received: by lucon.org (Postfix, from userid 1000) id 4DA5063D5D; Mon, 11 Apr 2005 21:36:21 -0700 (PDT) Date: Tue, 12 Apr 2005 04:36:00 -0000 From: "H. J. Lu" To: binutils@sources.redhat.com Subject: Re: housekeeping, -Wno-error Message-ID: <20050412043621.GA27008@lucon.org> References: <20050412025055.GC3321@bubble.modra.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050412025055.GC3321@bubble.modra.org> User-Agent: Mutt/1.4.1i X-SW-Source: 2005-04/txt/msg00275.txt.bz2 On Tue, Apr 12, 2005 at 12:20:55PM +0930, Alan Modra wrote: > Adds -Wno-error when compiling yacc/lex generated files, and other > housekeeping. > > bfd/ > * Makefile.am: Run "make dep-am". > * Makefile.in: Regenerate. > * aclocal.m4: Regenerate. > * libcoff.h: Regenerate. > bfd/doc/ > * Makefile.in: Regenerate. > binutils/ > * Makefile.am: Run "make dep-am". > (syslex.o, sysinfo.o, arparse.o, arlex.o): Add -Wno-error to command. Are we assuming that gcc is the only supported compiler for binutils? H.J.