From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30880 invoked by alias); 25 Sep 2006 19:37:21 -0000 Received: (qmail 30854 invoked by uid 22791); 25 Sep 2006 19:37:20 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.12) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 25 Sep 2006 19:37:19 +0000 Received: from zps76.corp.google.com (zps76.corp.google.com [172.25.146.76]) by smtp-out.google.com with ESMTP id k8PJb8YV008636; Mon, 25 Sep 2006 12:37:08 -0700 Received: from dhcp-172-18-118-195.corp.google.com.google.com (dhcp-172-18-118-195.corp.google.com [172.18.118.195]) (authenticated bits=0) by zps76.corp.google.com with ESMTP id k8PJb2HC001491 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 25 Sep 2006 12:37:02 -0700 To: Mike Frysinger Cc: Michael Snyder , binutils@sourceware.org, gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org Subject: Re: [patch ping] change linux-gnu* -> linux* in libtool files References: <200609241801.43629.vapier@gentoo.org> <200609251359.17234.vapier@gentoo.org> <1159210072.24808.23.camel@localhost.localdomain> <200609251508.00560.vapier@gentoo.org> From: Ian Lance Taylor Date: Mon, 25 Sep 2006 19:37:00 -0000 In-Reply-To: <200609251508.00560.vapier@gentoo.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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-09/txt/msg00174.txt.bz2 Mike Frysinger writes: > upstream libtool changed their files a while ago to accept 'linux*)' rather > than 'linux-gnu*)' ... so my patch isnt treading into new territory, it's > backporting updates from upstream libtool If this is just backporting changes from upstream libtool I have no objection. Ian