From: Ralf Wildenhues Date: Sat, 18 Dec 2004 21:53:01 +0000 (+0000) Subject: * libtool.m4 [linux] (_LT_COMPILER_PIC, _LT_LANG_CXX_CONFIG): X-Git-Tag: release-2-1b~812 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=323fcff5d0a498c4e45bf677b364c3e633839b2b;p=thirdparty%2Flibtool.git * libtool.m4 [linux] (_LT_COMPILER_PIC, _LT_LANG_CXX_CONFIG): Match icpc* and ecpc* (ia64 version of icpc) instead of only icpc. --- diff --git a/ChangeLog b/ChangeLog index 1a51a11da..e4c55c615 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-12-18 Ralf Wildenhues + * 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. diff --git a/m4/libtool.m4 b/m4/libtool.m4 index c26c3dd6d..5f4eea6f5 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -3083,7 +3083,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' @@ -5118,7 +5118,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