From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9635 invoked by alias); 20 Feb 2003 14:50:58 -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 9621 invoked from network); 20 Feb 2003 14:50:57 -0000 Received: from unknown (HELO mx1.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 20 Feb 2003 14:50:57 -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 h1KEovN16109; Thu, 20 Feb 2003 09:50:57 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h1KEovf01333; Thu, 20 Feb 2003 09:50:57 -0500 Received: from workshop.nickc.cambridge.redhat.com.redhat.com (vpn50-4.rdu.redhat.com [172.16.50.4]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h1KEorO16211; Thu, 20 Feb 2003 09:50:55 -0500 To: Alexandre Oliva Cc: gcc-patches@gcc.gnu.org, binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: Unify --with-sysroot defaults References: From: Nick Clifton Date: Thu, 20 Feb 2003 14:50:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-02/txt/msg00479.txt.bz2 Hi Alexandre, > Index: ld/ChangeLog > from Alexandre Oliva > > * configure.in (TARGET_SYSTEM_ROOT): Set default to > ${exec_prefix}/${target_alias}/sys-root. Match explicit > '${exec_prefix}' (in addition to the expansion thereof) as > relocatable. > * configure: Rebuilt. Approved - please apply. Cheers Nick