From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11019 invoked by alias); 10 Aug 2006 20:30:06 -0000 Received: (qmail 10952 invoked by uid 22791); 10 Aug 2006 20:30:04 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 10 Aug 2006 20:30:00 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GBHAD-0008H0-8I; Thu, 10 Aug 2006 16:29:57 -0400 Date: Thu, 10 Aug 2006 21:02:00 -0000 From: Daniel Jacobowitz To: Steve Ellcey Cc: binutils@sourceware.org, gdb-patches@sourceware.org Subject: Re: Patch to update top-level config to autoconf 2.59 Message-ID: <20060810202957.GA31776@nevyn.them.org> Mail-Followup-To: Steve Ellcey , binutils@sourceware.org, gdb-patches@sourceware.org References: <200608102008.NAA28243@hpsje.cup.hp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608102008.NAA28243@hpsje.cup.hp.com> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00087.txt.bz2 On Thu, Aug 10, 2006 at 01:08:00PM -0700, Steve Ellcey wrote: > Here is my final patch to update autoconf in the src tree. All subtrees > have been updated to be configured by autoconf 2.59 and this patch > updates the top level configure and Makefiles to also use 2.59. The > only real change needed was to rename AS_FOR_TARGET to GAS_FOR_TARGET. > I also changed COMPILER_AS_FOR_TARGET to COMPILER_GAS_FOR_TARGET, though > that wasn't strictly necessary, it just seemed like a good idea to > maintain the naming consistency. Why was the AS_FOR_TARGET change necessary? > Tested on IA64 HP-UX. OK for checkin? The top level files are all shared with GCC; you'll really have to copy this to gcc-patches, and I suspect they'll want you to wait until 4.2 branches. -- Daniel Jacobowitz CodeSourcery