From: Samuel Meder Date: Fri, 28 Feb 2003 03:01:33 +0000 (+0000) Subject: * libtool.m4 (ia64): Add support for Intel compiler (ecc) on IA64 X-Git-Tag: release-1-5~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bf3d0dd985849b484b5f7c48e9094c8f101f462;p=thirdparty%2Flibtool.git * libtool.m4 (ia64): Add support for Intel compiler (ecc) on IA64 Linux. --- diff --git a/ChangeLog b/ChangeLog index 904aff8f4..2a38f13ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-27 Samuel Meder + + * libtool.m4 (ia64): Add support for Intel compiler (ecc) on IA64 + Linux. + 2003-02-27 Benjamin Reed * THANKS: Added people who have submitted 3 or more patches diff --git a/libtool.m4 b/libtool.m4 index ac4a52c87..944338529 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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'