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-43-ge94c6d6


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.4-43-ge94c6d6
Date: Thu, 20 Jan 2011 18:45:59 +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  e94c6d6e0359d92f08f491f57e0ef3371e978952 (commit)
      from  a85c4f5e4082f25b967c284be1d9f5080f0a0d5b (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 e94c6d6e0359d92f08f491f57e0ef3371e978952
Author: Gerald Pfeifer <address@hidden>
Date:   Thu Jan 20 19:35:14 2011 +0100

    Remove support for FreeBSD 1.x.
    
    * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS)
    (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
    soon would incorrectly match FreeBSD 10.0.
    * NEWS, THANKS: Update.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog             |    8 ++++++++
 NEWS                  |    1 +
 THANKS                |    1 +
 libltdl/m4/libtool.m4 |    8 --------
 4 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 640f4a1..6da9d7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-20  Gerald Pfeifer  <address@hidden>  (tiny change)
+
+       Remove support for FreeBSD 1.x.
+       * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS)
+       (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
+       soon would incorrectly match FreeBSD 10.0.
+       * NEWS, THANKS: Update.
+
 2011-01-19  Peter O'Gorman  <address@hidden>
 
        Don't let verbose linker messages influence test results.
diff --git a/NEWS b/NEWS
index 39eb771..dbad2ae 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,7 @@ New in 2.4.2 2011-??-??: git version 2.4.1a, Libtool team:
 * Changes in supported systems or compilers:
 
   - Fixes for gfortran on Darwin, XL Fortran on GNU/Linux.
+  - Support for FreeBSD 1.x (outdated since 1994) has been removed.
 
 New in 2.4 2010-09-22: git version 2.2.11a, Libtool team:
 
diff --git a/THANKS b/THANKS
index 6b86c5d..0b03320 100644
--- a/THANKS
+++ b/THANKS
@@ -100,6 +100,7 @@
   Ethan Mallove                        address@hidden
   Frank Ch. Eigler             address@hidden
   Fred Cox                     address@hidden
+  Gerald Pfeifer               address@hidden
   H.J. Lu                      address@hidden
   Henning Nielsen Lund         address@hidden
   Howard Chu                   address@hidden
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index ba2d5e4..033c9a0 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -2455,10 +2455,6 @@ dgux*)
   shlibpath_var=LD_LIBRARY_PATH
   ;;
 
-freebsd1*)
-  dynamic_linker=no
-  ;;
-
 freebsd* | dragonfly*)
   # DragonFly does not have aout.  When/if they implement a new
   # versioning mechanism, adjust this.
@@ -5178,10 +5174,6 @@ _LT_EOF
       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
       ;;
 
-    freebsd1*)
-      _LT_TAGVAR(ld_shlibs, $1)=no
-      ;;
-
     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
     # support.  Future versions do this automatically, but an explicit c++rt0.o
     # does not break anything, and helps significantly (at the cost of a little


hooks/post-receive
-- 
GNU Libtool



reply via email to

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