+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.
* 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:
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
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.
_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