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]

Re: [Q] Configure: Choosing as on Solaris, --with-gnu-as, and --with-as


In article <200102261957.LAA16192@toledo.synopsys.com> you write:
>gcc does not use $PATH to find compiler passes, the assembler, or the linker.
>This is because, if it did, bad things would happen to users who don't
>have the same PATH as the person who installed the compiler.  The first
>place it looks is in the same directory as cc1, cc1plus, etc get installed
>in; this is $prefix/lib/gcc-lib/$target/$version .

Actually it's $exec_prefix/.... (which defaults to $prefix of course).

But that reminds me of something I've always been curious about: why
do we expect target includes/libraries under $exec_prefix/$target,
and not $prefix/target ?

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


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