libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.4-33-g92eb89a


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.4-33-g92eb89a
Date: Thu, 16 Dec 2010 20:43:09 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  92eb89aace9fd41e43eee33f5c392adf1bcf8963 (commit)
      from  738f282ab18923b0dce5fd1abb3e6aa0d2ae499f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 92eb89aace9fd41e43eee33f5c392adf1bcf8963
Author: Ralf Wildenhues <address@hidden>
Date:   Thu Dec 16 21:41:27 2010 +0100

    Fix PIC flags with MPI wrappers using Portland on GNU/Linux.
    
    * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC) [linux]:
    Match Portland compilers also using $CC -V output, to avoid
    false negatives with MPI compiler drivers.
    Report by Christian Rössel.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog             |    6 ++++++
 libltdl/m4/libtool.m4 |    5 +++++
 2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1dac768..cbb0262 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2010-12-16  Ralf Wildenhues  <address@hidden>
 
+       Fix PIC flags with MPI wrappers using Portland on GNU/Linux.
+       * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC) [linux]:
+       Match Portland compilers also using $CC -V output, to avoid
+       false negatives with MPI compiler drivers.
+       Report by Christian Rössel.
+
        * libltdl/m4/libtool.m4 (_LT_SETUP): Fix quoting for
        PATH_SEPARATOR.
 
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index 59114b4..62f9040 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -4340,6 +4340,11 @@ m4_if([$1], [CXX], [
          _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
          _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
          ;;
+       *Portland\ Group*)
+         _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+         _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
+         _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+         ;;
        esac
        ;;
       esac


hooks/post-receive
-- 
GNU Libtool



reply via email to

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