diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2011-01-20 19:35:14 +0100 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2011-01-20 19:36:29 +0100 |
commit | e94c6d6e0359d92f08f491f57e0ef3371e978952 (patch) | |
tree | f7ada1233cc46f8b547892af3f2e633e12847ddf /libltdl | |
parent | a85c4f5e4082f25b967c284be1d9f5080f0a0d5b (diff) | |
download | libtool-e94c6d6e0359d92f08f491f57e0ef3371e978952.tar.gz |
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 <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'libltdl')
-rw-r--r-- | libltdl/m4/libtool.m4 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index ba2d5e4d..033c9a0d 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 |