From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14928 invoked by alias); 2 Dec 2002 20:28:11 -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 14902 invoked from network); 2 Dec 2002 20:28:10 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 2 Dec 2002 20:28:10 -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 gB2K3HP06210; Mon, 2 Dec 2002 15:03:17 -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 gB2KS9D31244; Mon, 2 Dec 2002 15:28:09 -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 gB2KS9l14944; Mon, 2 Dec 2002 15:28:09 -0500 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id gB2KS8x32738; Mon, 2 Dec 2002 15:28:08 -0500 Date: Mon, 02 Dec 2002 12:28:00 -0000 Message-Id: <200212022028.gB2KS8x32738@greed.delorie.com> From: DJ Delorie To: neroden@twcny.rr.com CC: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com In-reply-to: <20021201123941.GA4636@doctormoo> (message from Nathanael Nerode on Sun, 1 Dec 2002 07:39:41 -0500) Subject: Re: (toplevel) Support for host subconfigure in Makefile, configure.in part References: <20021201123941.GA4636@doctormoo> X-SW-Source: 2002-12/txt/msg00037.txt.bz2 > This is my fourth outstanding patch. Tested on i686-pc-linux-gnu. This > adds all the machinery needed on the configure side for host subconfigures > in the Makefile. (And mostly doesn't use it.) > > * configure.in: Separate subconfigure options added by this file from > options given by the user. Add machinery to put args for host > subconfigures into the Makefile. Ok.