From: Ralf Wildenhues Date: Sat, 9 Feb 2008 07:14:35 +0000 (+0000) Subject: * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC) [linux] : X-Git-Tag: release-2-2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=319a767ce6d3eb131cc6d4d64809af1859d1a801;p=thirdparty%2Flibtool.git * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC) [linux] : Treat like icc and ecc, for fixed `-Wl,' and `-KPIC' settings. --- diff --git a/ChangeLog b/ChangeLog index edf24b319..6088534b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-09 Ralf Wildenhues + + * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC) [linux] : + Treat like icc and ecc, for fixed `-Wl,' and `-KPIC' settings. + 2008-02-08 Ralf Wildenhues * tests/archive-in-archive.at diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 3e0ee0620..a554983e0 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -3935,7 +3935,7 @@ m4_if([$1], [CXX], [ linux* | k*bsd*-gnu) case $cc_basename in - icc* | ecc*) + icc* | ecc* | ifort*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'