specs file location

Alexandre Oliva aoliva@redhat.com
Sun Apr 1 00:00:00 GMT 2001


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



More information about the crossgcc mailing list