From 9bf3d0dd985849b484b5f7c48e9094c8f101f462 Mon Sep 17 00:00:00 2001 From: Samuel Meder Date: Fri, 28 Feb 2003 03:01:33 +0000 Subject: [PATCH] * libtool.m4 (ia64): Add support for Intel compiler (ecc) on IA64 Linux. --- ChangeLog | 5 +++++ libtool.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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' -- 2.47.2