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 [EMAIL PROTECTED] 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
> > > [EMAIL PROTECTED]
> > > 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  <[EMAIL PROTECTED]>
+
+	* libtool.m4 (ia64): Add support for Intel compiler (ecc) on IA64
+	Linux.
+
 2003-02-25  Bob McElrath  <[EMAIL PROTECTED]>
 
 	* 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 mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to