From: Gerald Pfeifer Date: Thu, 20 Jan 2011 18:35:14 +0000 (+0100) Subject: Remove support for FreeBSD 1.x. X-Git-Tag: v2.4.2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e94c6d6e0359d92f08f491f57e0ef3371e978952;p=thirdparty%2Flibtool.git 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 --- diff --git a/ChangeLog b/ChangeLog index 640f4a101..6da9d7e8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-01-20 Gerald Pfeifer (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 Don't let verbose linker messages influence test results. diff --git a/NEWS b/NEWS index 39eb7716a..dbad2aec0 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 6b86c5d76..0b0332082 100644 --- a/THANKS +++ b/THANKS @@ -100,6 +100,7 @@ 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 diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index ba2d5e4d7..033c9a0dc 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