From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14770 invoked by alias); 29 Jan 2004 22:25:45 -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 14742 invoked from network); 29 Jan 2004 22:25:42 -0000 Received: from unknown (HELO grayscale.canids) (67.169.96.182) by sources.redhat.com with SMTP; 29 Jan 2004 22:25:42 -0000 Received: from grayscale.canids (localhost [127.0.0.1]) by grayscale.canids (Postfix) with ESMTP id 102DD60; Thu, 29 Jan 2004 14:25:34 -0800 (PST) From: Felix Lee To: Ian Lance Taylor Cc: gcc@gcc.gnu.org, dan clark , gdb-patches@sources.redhat.com Subject: Re: with-headers should be 'build' != 'host' References: <20040129034507.D5314180D@grayscale.canids> <20040129181152.GA15394@nevyn.them.org> In-Reply-To: on 29 Jan 2004 16:41:48 EST from Ian Lance Taylor Date: Thu, 29 Jan 2004 22:25:00 -0000 Message-Id: <20040129222534.102DD60@grayscale.canids> X-SW-Source: 2004-01/txt/msg00749.txt.bz2 it seems to me that --with-headers (and related options) can be useful in any case where build != target there are three possibilities - building a cross tool, like linux/linux/solaris - cross-building a native tool, like linux/solaris/solaris - cross-building a cross tool, like linux/cygwin/solaris maybe it would be helpful to put the word 'target' in the option? --with-target-sysroot --with-host-sysroot etc. --