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]

Re: [RFA] Make LIB_PATH configurable


Christopher Faylor <cgf@redhat.com> writes:

> I did set NATIVE_LIB_DIRS in ld/configure.host:
> 
>         * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
> 
> It doesn't seem to affect a cross-built ld.  I just tried this again to
> make sure.  Just setting NATIVE_LIB_DIRS only seems to affect the
> behavior when creating an ld where host == target.

Well, that's true.  NATIVE_LIB_DIRS only works for a native
configuration.

I don't understand why you need to do this in a cross-configuration.
In a cross-configuration you're in complete control of where the
libraries are installed.  Why not install all the libraries in the lib
directory?

It seems a bit odd to do this through a configuration option.  Where
are you going to set that option?  (Maybe that was in your original
patch, which I didn't examine).

But I don't object to your patch.

Ian


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