This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Why the "--with-sysroot" option is not shown when I use the "--help" option?
- From: Mason <slash dot tmp at free dot fr>
- To: GCC help <gcc-help at gcc dot gnu dot org>
- Date: Fri, 18 Mar 2016 14:38:28 +0100
- Subject: Re: Why the "--with-sysroot" option is not shown when I use the "--help" option?
- Authentication-results: sourceware.org; auth=none
- References: <20160317091411 dot 78eb0cedeab67253eea03afc at laposte dot net>
On 17/03/2016 09:14, YuGiOhJCJ Mailing-List wrote:
> In the installation documentation for gcc [1], I can read the description of the "--with-sysroot" option.
> But when I do:
> $ ./configure --help | grep -- --with-sysroot
> I have no result.
> Does that mean that this option is not available in gcc-5.3.0?
I see an option named --with-build-sysroot
Perhaps --with-sysroot was renamed?
--with-build-sysroot=SYSROOT
use sysroot as the system root during the build
Regards.