From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18389 invoked by alias); 14 Nov 2002 19:25:27 -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 18358 invoked from network); 14 Nov 2002 19:25:26 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 14 Nov 2002 19:25:26 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gAEJ27w26456; Thu, 14 Nov 2002 14:02:07 -0500 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gAEJPPD26752; Thu, 14 Nov 2002 14:25:25 -0500 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gAEJPOl24582; Thu, 14 Nov 2002 14:25:25 -0500 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id gAEJPOM00438; Thu, 14 Nov 2002 14:25:24 -0500 Date: Thu, 14 Nov 2002 11:25:00 -0000 Message-Id: <200211141925.gAEJPOM00438@greed.delorie.com> 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: <20021114183435.GA20499@doctormoo> (message from Nathanael Nerode on Thu, 14 Nov 2002 13:34:35 -0500) Subject: Re: toplevel patch: Let configure decide which targets to hit (1) References: <20021114183435.GA20499@doctormoo> X-SW-Source: 2002-11/txt/msg00411.txt.bz2 > + s%@all_host_modules@%${all_host_modules}% > + s%@check_host_modules@%${check_host_modules}% > + s%@all_target_modules@%${all_target_modules}% > + s%@check_target_modules@%${check_target_modules}% What about build_modules?