This is the mail archive of the binutils@sourceware.cygnus.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: ld testsuite


On Tue, Feb 29, 2000 at 02:28:09PM -0500, Ian Lance Taylor wrote:
>    Date: Tue, 29 Feb 2000 08:42:05 -0800
>    From: "H . J . Lu" <hjl@lucon.org>
> 
>    >  if [isnative] {
>    > -    foreach x {HOSTING_CRT0 HOSTING_LIBS} {
>    > +    foreach x {HOSTING_CRT0 HOSTING_LIBS LIBS} {
>    >  	get_link_files $x
> 
>    I am not sure about this one since LIBS doesn't come from
>    configure.host. I will see what I can do. I will try to fix it
>    today.
> 
> Good point.  LIBS is set by configure and appears in Makefile.
> Perhaps we need to modify the check-DEJAGNU target to pass LIBS.  I
> still don't know why it doesn't work for Alan.
> 

I checked in a patch:

2000-02-29  H.J. Lu  <hjl@gnu.org>

        * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)". 
        Set LC_COLLATE and LC_ALL to null and export them. It is for
        sort which expects the C locale.
        Add $(LIBS) to all $(HOSTING_LIBS).
        * Makefile.in: Rebuild.

Let me know if there is a problem.

Thanks.


H.J.

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