From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7153 invoked by alias); 30 Nov 2009 10:31:08 -0000 Received: (qmail 7004 invoked by uid 22791); 30 Nov 2009 10:31:07 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 30 Nov 2009 10:31:05 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nAUAUijd027671 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 30 Nov 2009 05:30:44 -0500 Received: from [10.36.4.214] (vpn1-4-214.ams2.redhat.com [10.36.4.214]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nAUAUgQ9026837; Mon, 30 Nov 2009 05:30:42 -0500 Message-ID: <4B139ED1.7020700@redhat.com> Date: Mon, 30 Nov 2009 10:31:00 -0000 From: Nick Clifton User-Agent: Thunderbird 2.0.0.23 (X11/20090825) MIME-Version: 1.0 To: "Joseph S. Myers" CC: gdb-patches@sourceware.org, binutils@sourceware.org, gcc-patches@gcc.gnu.org Subject: Re: Fix ACX_LARGEFILE to use canonical host/target names References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-11/txt/msg00598.txt.bz2 Hi Joseph, > OK to commit this patch (GCC and src), > with regeneration of the GDB and binutils configure scripts that use > ACX_LARGEFILE? > > 2009-11-20 Joseph Myers > > * largefile.m4 (ACX_LARGEFILE): Require AC_CANONICAL_HOST and > AC_CANONICAL_TARGET. OK for binutils. Cheers Nick