]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (ia64): Add support for Intel compiler (ecc) on IA64
authorSamuel Meder <meder@mcs.anl.gov>
Fri, 28 Feb 2003 03:01:33 +0000 (03:01 +0000)
committerRobert Boehne <rboehne@gnu.org>
Fri, 28 Feb 2003 03:01:33 +0000 (03:01 +0000)
Linux.

ChangeLog
libtool.m4

index 904aff8f4b30e0145fd9dc26aea2a2f2f9dc6ac7..2a38f13ff570fd93f5bdf3bf41f06ac48a5e7599 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-27  Samuel Meder  <meder@mcs.anl.gov>
+
+       * libtool.m4 (ia64): Add support for Intel compiler (ecc) on IA64
+       Linux.
+
 2003-02-27  Benjamin Reed <ranger@befunk.com>
 
        * THANKS: Added people who have submitted 3 or more patches
index ac4a52c8769f65e9526bf03f2321e9385f0054b9..94433852973fb6c87df47c9c5f672edf4a6b6bfa 100644 (file)
@@ -4750,7 +4750,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
 
     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'