mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* libtool.m4 (ia64): Add support for Intel compiler (ecc) on IA64
Linux.
This commit is contained in:
parent
93b66411ca
commit
9bf3d0dd98
@ -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
2
libtool.m4
vendored
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user