From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5303 invoked by alias); 1 Dec 2004 22:40:24 -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 3589 invoked from network); 1 Dec 2004 22:39:38 -0000 Received: from unknown (HELO krynn.se.axis.com) (212.209.10.221) by sourceware.org with SMTP; 1 Dec 2004 22:39:38 -0000 Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.83.5.18]) by krynn.se.axis.com (8.12.9/8.12.9/Debian-5local0.1) with ESMTP id iB1MdbAD023778; Wed, 1 Dec 2004 23:39:37 +0100 Received: from ignucius.se.axis.com (localhost [127.0.0.1]) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id iB1MdbdD002971; Wed, 1 Dec 2004 23:39:37 +0100 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id iB1MdatR002967; Wed, 1 Dec 2004 23:39:36 +0100 Date: Wed, 01 Dec 2004 22:40:00 -0000 Message-Id: <200412012239.iB1MdatR002967@ignucius.se.axis.com> From: Hans-Peter Nilsson To: rsandifo@redhat.com CC: gcc@gcc.gnu.org In-reply-to: <87mzwxpt13.fsf@redhat.com> (message from Richard Sandiford on Wed, 01 Dec 2004 22:12:24 +0000) Subject: Re: RFC: Replace -isysroot with --sysroot? X-SW-Source: 2004-12/txt/msg00102.txt.bz2 > From: Richard Sandiford > Date: Wed, 01 Dec 2004 22:12:24 +0000 > Hans-Peter Nilsson writes: > > So, can we add --sysroot, to affect the search paths as the > > configure-option --with-sysroot=... does, but as a compile-time > > option. > > FWIW, I have a patch to do this, but I've been sitting on it > because I assumed the answer to this... Wonderful! I don't have to do anything! :-) > > 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? Brgds, H-P