This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Why the "--with-sysroot" option is not shown when I use the "--help" option?


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]