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.2.6-28-g0973f2d


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-28-g0973f2d
Date: Wed, 12 Nov 2008 20:13:50 +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  0973f2de9afdeb7d2c90749198115b029513b272 (commit)
      from  a0283899e7e8a1db793d082537850dd43143268a (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 0973f2de9afdeb7d2c90749198115b029513b272
Author: Ralf Wildenhues <address@hidden>
Date:   Wed Nov 12 21:13:17 2008 +0100

    Fix archive_cmds for older cc on HP-UX 11.
    
    * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [hp-ux11*, !GCC]
    [!hppa*64*, !ia64*] <archive_cmds>: Older releases of the HP-UX
    11.00 C compiler do not support -b yet; use a link test to
    decide whether $LD should be used for library creation.
    * THANKS: Update.
    Report by Daniel Richard G.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog             |   10 ++++++++++
 THANKS                |    1 +
 libltdl/m4/libtool.m4 |    9 ++++++++-
 3 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 11a8488..62f483a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-11-12  Ralf Wildenhues  <address@hidden>
+
+       Fix archive_cmds for older cc on HP-UX 11.
+       * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [hp-ux11*, !GCC]
+       [!hppa*64*, !ia64*] <archive_cmds>: Older releases of the HP-UX
+       11.00 C compiler do not support -b yet; use a link test to
+       decide whether $LD should be used for library creation.
+       * THANKS: Update.
+       Report by Daniel Richard G.
+
 2008-11-12  Paolo Bonzini  <address@hidden>
 
        * configure.ac: Bump Autoconf requirement.
diff --git a/THANKS b/THANKS
index 2f18f62..66f705b 100644
--- a/THANKS
+++ b/THANKS
@@ -82,6 +82,7 @@
   Craig Tierney                        address@hidden
   Dalibor Topic                        address@hidden
   Daniel Reed                  address@hidden
+  Daniel Richard G.            address@hidden
   DJ Delorie                   address@hidden
   Edouard G. Parmelan          address@hidden
   Erez Zadok                   address@hidden
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index b193fc0..a51c47d 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -4713,7 +4713,14 @@ _LT_EOF
          _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname 
${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
          ;;
        *)
-         _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b 
${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+       m4_if($1, [], [
+         # Older versions of the 11.00 compiler do not understand -b yet
+         # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP 
does)
+         _LT_LINKER_OPTION([if $CC understands -b],
+           _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b],
+           [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b 
${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'],
+           [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir 
-o $lib $libobjs $deplibs $linker_flags'])],
+         [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b 
${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'])
          ;;
        esac
       fi


hooks/post-receive
--
GNU Libtool




reply via email to

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