libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool support for intel icc compiler


From: Allan Sandfeld Jensen
Subject: Re: libtool support for intel icc compiler
Date: Tue, 15 Apr 2003 13:40:15 +0200
User-agent: KMail/1.5.9

On Tuesday 08 April 2003 15:57, Robert Boehne wrote:
> Himanshu:
>
> Does this patch work?
>
Yes, I have tested it and it works fine in 1.5. I would like to withdraw my 
former objection and endorse this patch ;) 
(the line I pointed to as another error source, turns out to be protected 
correctly with a check that checks if need_lc is already set)
Also you dont need to add the line any more places like Himanshu tried since 
need_lc is already being set for icpc.

Please add it to 1.5 as soon as possible along with Samuel Meder's patches to 
fix icc support.

`Allan
>
> Index: libtool.m4
> ===================================================================
> RCS file: /cvsroot/libtool/libtool/libtool.m4,v
> retrieving revision 1.314
> diff -u -r1.314 libtool.m4
> --- libtool.m4        5 Apr 2003 19:32:58 -0000       1.314
> +++ libtool.m4        8 Apr 2003 13:54:50 -0000
> @@ -4850,6 +4850,7 @@
>      linux*)
>        case $CC in
>        icc|ecc)
> +     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
>       _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'
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]