From: Ralf Wildenhues Date: Sat, 9 Feb 2008 07:15:13 +0000 (+0000) Subject: * libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC): [linux] : X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef23c24029e954d6116842ac1b50771aefef5a50;p=thirdparty%2Flibtool.git * libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC): [linux] : Treat like icc and ecc, for fixed `-Wl,' and `-KPIC' settings. --- diff --git a/ChangeLog b/ChangeLog index 96a3d197c..713f95df3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-09 Ralf Wildenhues + + * libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC): [linux] : + Treat like icc and ecc, for fixed `-Wl,' and `-KPIC' settings. + 2008-02-01 Peter O'Gorman * NEWS: Update. diff --git a/libtool.m4 b/libtool.m4 index a352a6543..fda6ec5dc 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -5418,7 +5418,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC]) linux* | k*bsd*-gnu) case $cc_basename in - icc* | ecc*) + icc* | ecc* | ifort*) _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'