This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Searching configured and relocated prefix.
Mark Mitchell <mark@codesourcery.com> writes:
> 1. If we search both locations (i.e., for a relocated compiler, search
> the configured-time prefix and the installation-time prefix), we get the
> following set of problems:
...
> 2. If we search only location (i.e., for a relocated compiler, search
> only the installation-time prefix), we get a different set of issues:
...
> However, I think it's clear that the problems in (1) are more severe
> than the problems in (2), on several grounds:
"Me too."
Ian