From ef23c24029e954d6116842ac1b50771aefef5a50 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sat, 9 Feb 2008 07:15:13 +0000 Subject: [PATCH] * libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC): [linux] : Treat like icc and ecc, for fixed `-Wl,' and `-KPIC' settings. --- ChangeLog | 5 +++++ libtool.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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' -- 2.47.3