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

ChangeLog
libltdl/m4/libtool.m4

index edf24b3196c7003bc3d1bae3c10848cf595d0835..6088534b4bf0f9506ae1d914de2261ec4fdf14ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC) [linux] <ifort>:
+       Treat like icc and ecc, for fixed `-Wl,' and `-KPIC' settings.
+
 2008-02-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * tests/archive-in-archive.at
index 3e0ee0620188d1428272b72b0f5c9f87689b5055..a554983e0b0e6b7ecbf06bb81a438fb6a9479467 100644 (file)
@@ -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'