This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: no --with-sysroot in binutil? Re: --with-sysroot not in gcc-3.3.x?
- From: "Wolcott, Ken (MED, Compuware)" <Ken dot Wolcott at med dot ge dot com>
- To: Dan Kegel <dank at kegel dot com>
- Cc: Dan Kegel <dkegel at ixiacom dot com>, crossgcc at sources dot redhat dot com, gcc at gcc dot gnu dot org
- Date: Thu, 6 Nov 2003 13:48:05 -0600
- Subject: Re: no --with-sysroot in binutil? Re: --with-sysroot not in gcc-3.3.x?
- Organization: GEMS-IT
- References: <200311041024.42158.ken.wolcott@med.ge.com> <200311061059.33455.ken.wolcott@med.ge.com> <3FAA9E41.6000804@kegel.com>
- Reply-to: "Wolcott, Ken (MED, Compuware)" <ken dot wolcott at med dot ge dot com>
Hi Dan;
Thank you. Will reset the prefix.
Ken
On Thursday 06 November 2003 13:17, Dan Kegel wrote:
> Wolcott, Ken (MED, Compuware) wrote:
> > But if binutils configure siliently refuses to support --with-sysroot
> > ...
>
> Forget --with-sysroot. It won't be available in a released gcc until
> gcc-3.4 is out.
>
> > My developer wants the paths to
> > be /general/tools/gnu/arm9/gcc-3.2.1/usr/bin (and respective for lib)
> > rather than the directory structure crosstool generates.
>
> Fine; so set PREFIX yourself before running crosstool.sh (or all.sh).
> - Dan