This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Re: specs file location


On Mar 18, 2001, "David Williams" <davew@datataker.com.au> wrote:

> How does gcc determine where to get the 'specs' file from.

It looks for it in the libraries: search path printed by `gcc
-print-search-dirs'.  It can be modified by setting LIBRARY_PATH,
GCC_EXEC_PREFIX, or running gcc with a -B switch.  All of this is in
the GCC manual.  The manual just fails to explicitly say that the
specs file is looked for in the libraries search path, but, since
specs is not an executable program, you could probably infer this from
the rest.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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