From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12463 invoked by alias); 1 Dec 2004 22:47:41 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 12434 invoked from network); 1 Dec 2004 22:47:30 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 1 Dec 2004 22:47:30 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iB1MlOQw013961; Wed, 1 Dec 2004 17:47:24 -0500 Received: from localhost (mail@vpn50-12.rdu.redhat.com [172.16.50.12]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iB1MlNr03855; Wed, 1 Dec 2004 17:47:23 -0500 Received: from rsandifo by localhost with local (Exim 3.35 #1) id 1CZdFq-0000Ce-00; Wed, 01 Dec 2004 22:47:22 +0000 To: Hans-Peter Nilsson Cc: gcc@gcc.gnu.org Subject: Re: RFC: Replace -isysroot with --sysroot? References: <200412012239.iB1MdatR002967@ignucius.se.axis.com> From: Richard Sandiford Date: Wed, 01 Dec 2004 22:47:00 -0000 In-Reply-To: <200412012239.iB1MdatR002967@ignucius.se.axis.com> (Hans-Peter Nilsson's message of "Wed, 1 Dec 2004 23:39:36 +0100") Message-ID: <87is7lpret.fsf@redhat.com> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-12/txt/msg00103.txt.bz2 Hans-Peter Nilsson writes: >> > Is this acceptable for 4.0? >> >> ...would be "no". The patch affects the linker too btw. > > But surely only when the --sysroot option is given? Right. I meant: the patch adds the option to the linker too. Richard