]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Remove support for FreeBSD 1.x.
authorGerald Pfeifer <gerald@pfeifer.com>
Thu, 20 Jan 2011 18:35:14 +0000 (19:35 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 20 Jan 2011 18:36:29 +0000 (19:36 +0100)
* 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 <Ralf.Wildenhues@gmx.de>
ChangeLog
NEWS
THANKS
libltdl/m4/libtool.m4

index 640f4a101d0b8047fecc2dc6834a2589ba00a518..6da9d7e8af2141e0645033490d9449fedee74b9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (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  <peter@pogma.com>
 
        Don't let verbose linker messages influence test results.
diff --git a/NEWS b/NEWS
index 39eb7716addbc24f516521f8ba6d07626c1a67a5..dbad2aec0e89e10317689543953ed9e5a226ed40 100644 (file)
--- 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 6b86c5d766b07fff9a575ad0e326e25ced9e4fa2..0b0332082ee3126a98af574fc668bcca66a2f7df 100644 (file)
--- a/THANKS
+++ b/THANKS
   Ethan Mallove                        ethan.mallove@sun.com
   Frank Ch. Eigler             fche@cygnus.com
   Fred Cox                     sailorfred@yahoo.com
+  Gerald Pfeifer               gerald@pfeifer.com
   H.J. Lu                      hjl@gnu.org
   Henning Nielsen Lund         hnl_dk@amigaos.dk
   Howard Chu                   hyc@highlandsun.com
index ba2d5e4d7c0b19a1d72309a72324e77fee4085d3..033c9a0dc8c1c491e46955e1b4d4c9b53406347e 100644 (file)
@@ -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