From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30600 invoked by alias); 18 Nov 2002 14:01:40 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 30548 invoked from network); 18 Nov 2002 14:01:36 -0000 Received: from unknown (HELO delorie.com) (207.22.48.162) by sources.redhat.com with SMTP; 18 Nov 2002 14:01:36 -0000 Received: from envy.delorie.com (envy.delorie.com [207.22.48.171]) by delorie.com (8.11.6/8.9.1) with ESMTP id gAIE1Yo09144; Mon, 18 Nov 2002 09:01:34 -0500 Received: (from dj@localhost) by envy.delorie.com (8.11.6/8.11.2) id gAIE1YG22406; Mon, 18 Nov 2002 09:01:34 -0500 Date: Mon, 18 Nov 2002 06:01:00 -0000 Message-Id: <200211181401.gAIE1YG22406@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj@delorie.com using -f From: DJ Delorie To: neroden@twcny.rr.com CC: gcc-patches@gcc.gnu.org, binutils@sources.redhat.com, gdb-patches@sources.redhat.com In-reply-to: <20021118132706.GA8685@doctormoo> (message from Nathanael Nerode on Mon, 18 Nov 2002 08:27:06 -0500) Subject: Re: Toplevel patch: Remove EXTRA_TARGET_HOST hackery References: <20021118132706.GA8685@doctormoo> X-SW-Source: 2002-11/txt/msg00453.txt.bz2 > After my outstanding patches, the EXTRA_TARGET_HOST hackery isn't needed > anymore. The all-libiberty target can be generated I assume you meant all-termcap. > unconditionally, because the "all" target only depends on it when it's > being configured, which is exactly when it used to be added; similarly > with the install-libiberty target. What about mt-wince's inclusion of all-utils?