From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4584 invoked by alias); 5 May 2005 16:48:42 -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 3898 invoked from network); 5 May 2005 16:47:58 -0000 Received: from unknown (HELO rwcrmhc13.comcast.net) (204.127.198.39) by sourceware.org with SMTP; 5 May 2005 16:47:58 -0000 Received: from lucon.org ([24.6.212.230]) by comcast.net (rwcrmhc13) with ESMTP id <2005050516475401500727ebe>; Thu, 5 May 2005 16:47:55 +0000 Received: by lucon.org (Postfix, from userid 1000) id 52117646BD; Thu, 5 May 2005 09:47:54 -0700 (PDT) Date: Thu, 05 May 2005 16:58:00 -0000 From: "H. J. Lu" To: Steve Ellcey Cc: wilson@specifixinc.com, binutils@sources.redhat.com Subject: Re: Patch for IA64 HP-UX build Message-ID: <20050505164754.GA30105@lucon.org> References: <1115253339.5426.180.camel@aretha.corp.specifixinc.com> <200505051632.JAA17274@hpsje.cup.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200505051632.JAA17274@hpsje.cup.hp.com> User-Agent: Mutt/1.4.1i X-SW-Source: 2005-05/txt/msg00180.txt.bz2 On Thu, May 05, 2005 at 09:32:08AM -0700, Steve Ellcey wrote: > > The configure test for this is ACX_HEADER_STRING which is in > > config/acx.m4, which also happens to be in the binutils tree. So it > > would be possible for us to use it here. > > -- > > Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com > > OK, Here is a new version of the patch using ACX_HEADER_STRING. In my > first attempt I forgot to put the undef of ACX_HEADER_STRING into > config.in. This one has been tested and all of bfd built on IA64 HP-UX. > > Steve Ellcey > sje@cup.hp.com > > > bfd/ChangeLog: > > 2005-05-05 Steve Ellcey > > configure.in: Add ACX_HEADER_STRING check. > configure: Regenerate. > config.in: Add undef of STRING_WITH_STRINGS. config.in is generated by autoheader. H.J.