[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: icc/icpc minor update (1.5)
From: |
Ralf Wildenhues |
Subject: |
FYI: icc/icpc minor update (1.5) |
Date: |
Sat, 18 Dec 2004 22:54:31 +0100 |
User-agent: |
Mutt/1.5.6+20040907i |
* Bob Friesenhahn wrote on Sat, Dec 18, 2004 at 10:31:49PM CET:
> On Sat, 18 Dec 2004, Ralf Wildenhues wrote:
>
> >OK to apply to branch-1-5 (part was missing backport of bug against
> >HEAD, the other part will be forward-ported)?
>
> Looks good!
Thanks, done. It should be noted that Ralf Menzel reminded me of
the missing backport.
OK, here's the update for branch-2-0 and HEAD as FYI (already applied).
Regards,
Ralf
* libtool.m4 [linux] (_LT_COMPILER_PIC, _LT_LANG_CXX_CONFIG):
Match icpc* and ecpc* (ia64 version of icpc) instead of only icpc.
Index: m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/m4/libtool.m4,v
retrieving revision 1.125.2.16
diff -u -r1.125.2.16 libtool.m4
--- m4/libtool.m4 13 Dec 2004 16:20:30 -0000 1.125.2.16
+++ m4/libtool.m4 18 Dec 2004 21:49:48 -0000
@@ -3076,7 +3076,7 @@
_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 @@
# "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