From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19492 invoked by alias); 1 Dec 2004 20:27:25 -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 19400 invoked from network); 1 Dec 2004 20:27:20 -0000 Received: from unknown (HELO mail-out4.apple.com) (17.254.13.23) by sourceware.org with SMTP; 1 Dec 2004 20:27:20 -0000 Received: from mailgate2.apple.com (a17-128-100-204.apple.com [17.128.100.204]) by mail-out4.apple.com (8.12.11/8.12.11) with ESMTP id iB1KYf2u003796 for ; Wed, 1 Dec 2004 12:34:41 -0800 (PST) Received: from relay3.apple.com (relay3.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.3.14) with ESMTP id ; Wed, 1 Dec 2004 12:27:20 -0800 Received: from [17.201.20.87] (mrs2.apple.com [17.201.20.87]) by relay3.apple.com (8.12.11/8.12.11) with ESMTP id iB1KRIt4017102; Wed, 1 Dec 2004 12:27:18 -0800 (PST) In-Reply-To: <200412011820.iB1IKgXb028793@ignucius.se.axis.com> References: <200412011820.iB1IKgXb028793@ignucius.se.axis.com> Mime-Version: 1.0 (Apple Message framework v679) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <78791A4E-DECE-4A88-8097-0AAB6CD99FE1@apple.com> Cc: gcc@gcc.gnu.org Content-Transfer-Encoding: 7bit From: Mike Stump Subject: Re: RFC: Replace -isysroot with --sysroot? Date: Wed, 01 Dec 2004 20:27:00 -0000 To: Hans-Peter Nilsson X-SW-Source: 2004-12/txt/msg00086.txt.bz2 On Dec 1, 2004, at 10:20 AM, Hans-Peter Nilsson wrote: > As it stands, -isysroot only affects header include search path. > The name is then right: for me, the leading "i" stands for > include path. However, it's not really useful (at a glance at > least); We find it useful. > So, can we add --sysroot, to affect the search paths as the > configure-option --with-sysroot=... does, but as a compile-time > option. How is this different than what we already do when the compiler is run from an alternate place?