libtool-patches
[Top][All Lists]
Advanced

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

FYI: HEAD: xlc++ on GNU/Linux fix


From: Ralf Wildenhues
Subject: FYI: HEAD: xlc++ on GNU/Linux fix
Date: Mon, 26 Nov 2007 22:43:36 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello,

I've applied this patch to Libtool HEAD.  (Note that we don't match xlf*
here on purpose, it cannot create shared libraries itself yet.)

Cheers,
Ralf

2007-11-26  Ralf Wildenhues  <address@hidden>

        * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC) [ linux ]: The IBM
        XL 8.0 C++ compiler may also be called xlc++*, not only xlC*.
        Report by Nysal K Jan <address@hidden>.

Index: libltdl/m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/m4/libtool.m4,v
retrieving revision 1.122
diff -u -r1.122 libtool.m4
--- libltdl/m4/libtool.m4       24 Nov 2007 08:02:21 -0000      1.122
+++ libltdl/m4/libtool.m4       26 Nov 2007 15:31:24 -0000
@@ -3590,7 +3590,7 @@
            _LT_TAGVAR(lt_prog_compiler_pic, $1)=
            _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
            ;;
-         xlC*)
+         xlc* | xlC*)
            # IBM XL 8.0 on PPC
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'




reply via email to

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