From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19494 invoked by alias); 10 Nov 2002 22:05:06 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 19456 invoked from network); 10 Nov 2002 22:05:05 -0000 Received: from unknown (HELO egil.codesourcery.com) (66.92.14.122) by sources.redhat.com with SMTP; 10 Nov 2002 22:05:05 -0000 Received: from zack by egil.codesourcery.com with local (Exim 3.36 #1 (Debian)) id 18B0CW-0008Ia-00; Sun, 10 Nov 2002 14:05:04 -0800 Date: Sun, 10 Nov 2002 14:05:00 -0000 To: Nathanael Nerode Cc: binutils@sources.redhat.com, gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, dj@redhat.com Subject: Re: patches: config for m68k-apollo-bsd*, or not Message-ID: <20021110220504.GC20862@egil.codesourcery.com> References: <20021110213300.GA488@doctormoo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021110213300.GA488@doctormoo> User-Agent: Mutt/1.4i From: Zack Weinberg X-SW-Source: 2002-11/txt/msg00295.txt.bz2 On Sun, Nov 10, 2002 at 04:33:00PM -0500, Nathanael Nerode wrote: [...] > +# This is a irritating workaround for m68k-apollo-bsd, > +# which wants to use yacc for bison. > +case ${build} in > + m68k-apollo-bsd*) BISON=yacc ;; > +esac Given that we have bison-specific code in most of our parsers at this point, I think it's correct to nuke everything that sets BISON to something else. zw