]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/m4/libtool.m4 (_LT_COMPILER_PIC) [ linux ]: The IBM
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 26 Nov 2007 21:42:51 +0000 (21:42 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 26 Nov 2007 21:42:51 +0000 (21:42 +0000)
XL 8.0 C++ compiler may also be called xlc++*, not only xlC*.
Report by Nysal K Jan <jnysal@in.ibm.com>.

ChangeLog
libltdl/m4/libtool.m4

index 5827bb3d2cf219aa15bf3239d012dbac441dc6f0..3db0ba5028bf6b3281dc53ae5ccfa8e4cd513703 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * 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 <jnysal@in.ibm.com>.
+
 2007-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * libltdl/m4/libtool.m4 (_LT_CHECK_BUILDDIR): New macro.
index 51479d7151b0dbf3e63354a94206d6b9663afcfc..d8e2716e0b7e8b3b0c329f11601b763c50a5f765 100644 (file)
@@ -3590,7 +3590,7 @@ m4_if([$1], [CXX], [
            _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'