This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: more hardcoded paths
- From: Jim Wilson <wilson at specifixinc dot com>
- To: "Edward S. Peschko" <esp5 at pge dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 10 Mar 2004 18:16:08 -0800
- Subject: Re: more hardcoded paths
- References: <20040310022322.GA5727@mdssdev05.comp.pge.com>
Edward S. Peschko wrote:
here are a couple more hardcoded paths.. I know the i370 port is 'dead' but
are the others deprecated as well?
It looks like most if not all of these are harmless. They are either
disabled for cross builds, or they are overridden by target files, or
they are relative to gcc_prefix, or they are relative to sysroot, or
they can be overridden by configure options, etc.
If you use the configure --prefix option, there should be no references
to /usr/local except for optional header and library files, and even
that can be overriden with the configure option --with-local-prefix=DIR.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com