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: Dan Kegel <dank at kegel dot com>
- To: "Wolcott, Ken \(MED, Compuware\)" <ken dot wolcott at med dot ge 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, 06 Nov 2003 11:17:21 -0800
- Subject: Re: no --with-sysroot in binutil? Re: --with-sysroot not in gcc-3.3.x?
- References: <200311041024.42158.ken.wolcott@med.ge.com> <200311051734.21840.ken.wolcott@med.ge.com> <3FAA0413.3010501@kegel.com> <200311061059.33455.ken.wolcott@med.ge.com>
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