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: more hardcoded paths


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



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