From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27641 invoked by alias); 29 Dec 2007 20:47:16 -0000 Received: (qmail 27633 invoked by uid 22791); 29 Dec 2007 20:47:16 -0000 X-Spam-Check-By: sourceware.org Received: from rv-out-0910.google.com (HELO rv-out-0910.google.com) (209.85.198.186) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 29 Dec 2007 20:47:11 +0000 Received: by rv-out-0910.google.com with SMTP id g11so2871518rvb.56 for ; Sat, 29 Dec 2007 12:47:09 -0800 (PST) Received: by 10.142.162.5 with SMTP id k5mr3379028wfe.171.1198961229007; Sat, 29 Dec 2007 12:47:09 -0800 (PST) Received: by 10.142.199.17 with HTTP; Sat, 29 Dec 2007 12:47:08 -0800 (PST) Message-ID: Date: Sat, 29 Dec 2007 20:47:00 -0000 From: NightStrike To: gcc-help Subject: top-level configure options, --help MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-12/txt/msg00445.txt.bz2 I noticed that --with-sysroot is not listed in --help for the top level configure, but --with-build-sysroot is. Is that on purpose? Should the former not be used at all in place of the latter?