This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: bfd.h installation location


On May 17, 2002, Alan Modra <amodra@bigpond.net.au> wrote:

> This seems to work OK.  Besides implementing your suggestion, I've
> changed the non-native install location from that in the last patch
> $(exec_prefix)/$(target_alias)/$(host_alias)/{lib,include} to
> $(exec_prefix)/$(host_alias)/$(target_alias)/{lib,include} as that
> seems more natural to me.  $(exec_prefix)/blah has libs for blah in
> it..

Thanks, that makes sense.  I find it a bit confusing because
exec_prefix already carries the host type with it, either implicitly
(in that you shouldn't use the same exec-prefix for different host
types) or explicitly (in our builds,
--exec-prefix=${prefix}/H-${host_alias}), but your new implementation
definitely makes more sense than the earlier version.

-- 
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                Professional serial bug killer


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