* libtool.m4 (ia64): Add support for Intel compiler (ecc) on IA64

Linux.
This commit is contained in:
Samuel Meder 2003-02-28 03:01:33 +00:00 committed by Robert Boehne
parent 93b66411ca
commit 9bf3d0dd98
2 changed files with 6 additions and 1 deletions

View File

@ -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> 2003-02-27 Benjamin Reed <ranger@befunk.com>
* THANKS: Added people who have submitted 3 or more patches * THANKS: Added people who have submitted 3 or more patches

2
libtool.m4 vendored
View File

@ -4750,7 +4750,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
linux*) linux*)
case $cc_basename in case $cc_basename in
icc) icc|ecc)
_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'