]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC): [linux] <ifort>:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 9 Feb 2008 07:15:13 +0000 (07:15 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 9 Feb 2008 07:15:13 +0000 (07:15 +0000)
Treat like icc and ecc, for fixed `-Wl,' and `-KPIC' settings.

ChangeLog
libtool.m4

index 96a3d197c40f7f82cae68fe8e0eb177107cdad0f..713f95df3482e25641b1a0944fede942e5721c75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC): [linux] <ifort>:
+       Treat like icc and ecc, for fixed `-Wl,' and `-KPIC' settings.
+
 2008-02-01  Peter O'Gorman  <peter@pogma.com>
 
        * NEWS: Update.
index a352a6543da4eb006c12cf0bdb6837ac05c0a077..fda6ec5dced0c5093dcbf1909083e7084d99e941 100644 (file)
@@ -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'