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?
Wolcott, Ken (MED, Compuware) wrote:
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).
Thank you. Will reset the prefix.
I guess it's time for me to add a FAQ to crosstools. I'm sure
lots of other people were also wondering how to get crosstool
to output a compiler somewhere else.
'Course, if everyone would read and understand the build script,
that wouldn't be needed, but then, understanding shell scripts is hard.
Heck, maybe I should add a GUI, too :-)
- Dan