From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47238 invoked by alias); 16 Jun 2015 04:09:03 -0000 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 Received: (qmail 47212 invoked by uid 89); 16 Jun 2015 04:09:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 16 Jun 2015 04:09:02 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 8A3E5358A03; Tue, 16 Jun 2015 04:09:00 +0000 (UTC) Received: from greed.delorie.com (ovpn-113-25.phx2.redhat.com [10.3.113.25]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t5G48xu7001890 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 16 Jun 2015 00:09:00 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.14.4/8.14.4) with ESMTP id t5G48wg0024194; Tue, 16 Jun 2015 00:08:58 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.4/8.14.4/Submit) id t5G48wwJ024192; Tue, 16 Jun 2015 00:08:58 -0400 Date: Tue, 16 Jun 2015 04:09:00 -0000 Message-Id: <201506160408.t5G48wwJ024192@greed.delorie.com> From: DJ Delorie To: Yaakov Selkowitz CC: gcc-patches@gcc.gnu.org, binutils@sourceware.org, gdb-patches@sourceware.org In-reply-to: <1432934043.7892.30.camel@redhat.com> (message from Yaakov Selkowitz on Fri, 29 May 2015 16:14:03 -0500) Subject: Re: [PATCH] toplevel: fixes for in-tree libiconv References: <1432934043.7892.30.camel@redhat.com> X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00334.txt.bz2 > This is the first in a series of patches to make a build with an in-tree > GNU libiconv work as designed. > > This patch fixes dependencies for parallel make, and avoids failures > with make targets not supported by GNU libiconv. This is OK. Thanks!