]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 [linux] (_LT_COMPILER_PIC, _LT_LANG_CXX_CONFIG):
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 18 Dec 2004 21:54:17 +0000 (21:54 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 18 Dec 2004 21:54:17 +0000 (21:54 +0000)
Match icpc* and ecpc* (ia64 version of icpc) instead of only icpc.

ChangeLog
m4/libtool.m4

index b5a608f4284e90f6e3b0751504a62a8346016d1e..b8aa1980093d357a750e8fc3819f424917e67516 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-12-18  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
+       * libtool.m4 [linux] (_LT_COMPILER_PIC, _LT_LANG_CXX_CONFIG):
+       Match icpc* and ecpc* (ia64 version of icpc) instead of only icpc.
+
        * libltdl/lt__dirent.c [mingw] (opendir): Fix write of constant
        strings past end of buffer.
        (opendir, readdir): Fix read past end of buffer.
index ff6c50ba8804da2b12d67c5320bc77892a4b970b..f24db237d783440a621d3d8c07c1a9e852f006e0 100644 (file)
@@ -3076,7 +3076,7 @@ m4_if([$1], [CXX], [
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
            ;;
-         icpc)
+         icpc* | ecpc* )
            # Intel C++
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
@@ -5111,7 +5111,7 @@ if test "$_lt_caught_CXX_error" != yes; then
            # "CC -Bstatic", where "CC" is the KAI C++ compiler.
            _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
            ;;
-         icpc)
+         icpc* | ecpc* )
            # Intel C++
            with_gnu_ld=yes
            # version 8.0 and above of icpc choke on multiply defined symbols