libtool-patches
[Top][All Lists]
Advanced

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

Re: [Fwd: Re: Patch requirements]


From: Robert Boehne
Subject: Re: [Fwd: Re: Patch requirements]
Date: Thu, 27 Feb 2003 21:04:15 -0600

Approved and checking in to CVS head.

Thanks,

Robert

Samuel Meder wrote:
> 
> Guess I can't read.
> 
> /Sam
> 
> -------- Original Message --------
> Subject: Re: Patch requirements
> Date: 26 Feb 2003 12:53:07 -0600
> From: Samuel Meder <address@hidden>
> Reply-To: address@hidden
> Organization: University of Chicago
> To: Robert Boehne <address@hidden>
> CC: address@hidden
> References: <address@hidden>
> <address@hidden>
> <address@hidden>    <address@hidden>
> 
> New and improved patch.
> 
> /Sam
> 
> On Tue, 2003-02-25 at 22:54, Samuel Meder wrote:
> > Sorry, I don't follow libtool dev very closely so I forgot about this.
> > Changelog and original patch attached.
> >
> > /Sam
> >
> > On Tue, 2003-02-25 at 22:33, Robert Boehne wrote:
> > > Hello all,
> > >
> > > I just want to remind everyone that patches should
> > > be posted to address@hidden with a ChangeLog entry.
> > > I have precious little time, and searching for patches
> > > on the wrong list, email addresses, and writing ChangeLog
> > > entries are all things that are better done by patch authors.
> > > Wouldn't YOU rather I spent my time reviewing code, refactoring,
> > > and doing testing?  ;)
> > >
> > > Thanks,
> > >
> > > Robert Boehne
> > >
> > > Samuel Meder wrote:
> > > >
> > > > The attached patch actually works...
> > > >
> > > > /Sam
> > > >
> > > > On Tue, 2003-02-25 at 14:16, Samuel Meder wrote:
> > > > > The intel compiler on ia64 seems to be called ecc instead of icc. The
> > > > > attached patch will make CVS HEAD libtool work with ecc (+ strip the
> > > > > path component from the comparsion with "icc").
> > > > >
> > > > > /Sam
> > > >
> > > >   
> > > > ------------------------------------------------------------------------
> > > >                     Name: libtool.patch
> > > >    libtool.patch    Type: text/x-patch
> > > >                 Encoding: quoted-printable
> > > >
> > > >   
> > > > ------------------------------------------------------------------------
> > > > _______________________________________________
> > > > Libtool mailing list
> > > > address@hidden
> > > > http://mail.gnu.org/mailman/listinfo/libtool
> > >
> 
>   ------------------------------------------------------------------------
> Index: ChangeLog
> ===================================================================
> RCS file: /cvsroot/libtool/libtool/ChangeLog,v
> retrieving revision 1.1200
> diff -u -r1.1200 ChangeLog
> --- ChangeLog   26 Feb 2003 07:01:39 -0000      1.1200
> +++ ChangeLog   26 Feb 2003 18:51:54 -0000
> @@ -1,3 +1,8 @@
> +2003-02-26  Samuel Meder  <address@hidden>
> +
> +       * libtool.m4 (ia64): Add support for Intel compiler (ecc) on IA64
> +       Linux.
> +
>  2003-02-25  Bob McElrath  <address@hidden>
> 
>         * libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC): Add support for
> 
>   ------------------------------------------------------------------------
> Index: libtool.m4
> ===================================================================
> RCS file: /cvsroot/libtool/libtool/libtool.m4,v
> retrieving revision 1.306
> diff -u -r1.306 libtool.m4
> --- libtool.m4  26 Feb 2003 07:01:40 -0000      1.306
> +++ libtool.m4  26 Feb 2003 18:50:58 -0000
> @@ -4750,7 +4750,7 @@
> 
>      linux*)
>        case $cc_basename in
> -      icc)
> +      icc|ecc)
>         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
>         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
>         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
> 
>   ------------------------------------------------------------------------
> _______________________________________________
> Libtool-patches mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/libtool-patches




reply via email to

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