This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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: Partial autoconf transition thoughts


On Jun 12, 2003, "Maciej W. Rozycki" <macro@ds2.pg.gda.pl> wrote:

>> What's wrong with $exec_prefix/$target_alias/lib?  What "other" versions
>> of libbfd?

>  That's the place for libbfd for the host

Exactly.  $exec_prefix is already supposed to be host-specific, so you
don't need $host_alias there again.  If you build bfd for other
targets, target_alias will be different from host_alias, and
everything is fine, each libbfd will be in a separate directory.
Unless you start building different libbfds for the same pair
(host,target), exec_prefix and target[_alias] should be enough to keep
them apart.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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