This is the mail archive of the gcc@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: --sysroot=yes


On Fri, 25 Jul 2008, Jay wrote:

> It allows -with-build-sysroot to default like -with-sysroot.

The purpose of --with-build-sysroot is if you have installed your sysroot 
in a different location from the configured --prefix.  For example, you 
have configured with --prefix=/opt/somewhere, the final location the 
toolchain will be configured for, but have installed the sysroot under 
/scratch/somewhere, a staging location used in the build, and will be 
installing with "make install prefix=/scratch/somewhere".

There should be no need for or use of --with-build-sysroot except in 
configurations like this.

-- 
Joseph S. Myers
joseph@codesourcery.com


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