From: Ralf Wildenhues Date: Mon, 26 Nov 2007 21:42:51 +0000 (+0000) Subject: * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC) [ linux ]: The IBM X-Git-Tag: release-2-1b~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93a9cf2f9a0ce53ded1a085319679db5e4efb63c;p=thirdparty%2Flibtool.git * 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 . --- diff --git a/ChangeLog b/ChangeLog index 5827bb3d2..3db0ba502 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-11-26 Ralf Wildenhues + + * 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 . + 2007-11-24 Ralf Wildenhues * libltdl/m4/libtool.m4 (_LT_CHECK_BUILDDIR): New macro. diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 51479d715..d8e2716e0 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -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'