libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool 1.4 patch for AIX.


From: Gary V . Vaughan
Subject: Re: libtool 1.4 patch for AIX.
Date: Thu, 12 Jul 2001 19:27:10 +0100

On Wednesday 11 July 2001  2:50 am, address@hidden wrote:
> On Tue, Jul 10, 2001 at 07:26:35PM -0500, Robert Boehne wrote:
> > Ummm.... Which of course makes sense as the subject is
> > "1.4 patch".  Sorry!  Any chance you'd like to put somthing
> > together for the head branch?
>
> I'll work on it in a week or so.

Too late!  I ported your patch to HEAD just now :-)  If you are able to
test it to confirm I didn't goof that would be appreciated.

> > +      # not using gcc
> >        if test "$host_cpu" = ia64; then
> >          shared_flag='-G'
                         ^^^^
                         '${wl}-G' right?

> >        else
> > -        shared_flag='${wl}-bM:SRE'
> > +        if test "$aix_use_runtimelinking" = yes; then
> > +          shared_flag='${wl}-G'
> > +        else
> > +          shared_flag='${wl}-bM:SRE'
> > +        fi
> >        fi

With this one change, committed to HEAD and branch-1-4.

Cheers,
        Gary.
-- 
  ())_. Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org
  ( '/  Research Scientist  http://www.oranda.demon.co.uk       ,_())____
  / )=  GNU Hacker          http://www.gnu.org/software/libtool  \'      `&
`(_~)_  Tech' Author        http://sources.redhat.com/autobook   =`---d__/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]