From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31585 invoked by alias); 30 May 2002 18:43:15 -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 31568 invoked from network); 30 May 2002 18:43:14 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 30 May 2002 18:43:14 -0000 Received: from greed.delorie.com (cse.sfbay.redhat.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id LAA28647; Thu, 30 May 2002 11:43:09 -0700 (PDT) Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id g4UIh7s21990; Thu, 30 May 2002 14:43:07 -0400 Date: Thu, 30 May 2002 12:08:00 -0000 Message-Id: <200205301843.g4UIh7s21990@greed.delorie.com> From: DJ Delorie To: neroden@doctormoo.dyndns.org CC: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com In-reply-to: <20020530180657.GA3212@doctormoo.dyndns.org> (message from Nathanael Nerode on Thu, 30 May 2002 14:06:57 -0400) Subject: Re: [patch] toplevel configure.in: topsrcdir->srcdir References: <20020530180657.GA3212@doctormoo.dyndns.org> X-SW-Source: 2002-05/txt/msg01031.txt.bz2 > This replaces references to ${topsrcdir} with ${srcdir}. This is > correct, topsrcdir != srcdir when building multilibs, or any type of cross or crossed compiler when srcdir==builddir. Have you tested any of those configurations?