From: Gerald Pfeifer Date: Thu, 27 Jan 2011 18:08:29 +0000 (+0100) Subject: Prepare for supporting FreeBSD 10. X-Git-Tag: v0.1~3284 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=4fc71678bebfe59aaa2681f4fa84fb9cf3c92db2;p=gnulib.git Prepare for supporting FreeBSD 10. * build-aux/config.rpath: Remove handling of freebsd1* which soon would match FreeBSD 10.0. --- diff --git a/ChangeLog b/ChangeLog index 34aa13427..4b40ee595 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-01-27 Gerald Pfeifer (tiny change) + + Prepare for supporting FreeBSD 10. + * build-aux/config.rpath: Remove handling of freebsd1* which soon would + match FreeBSD 10.0. + 2011-01-27 Bruno Haible vma-iter, get-rusage-as: Add OpenBSD support. diff --git a/build-aux/config.rpath b/build-aux/config.rpath index 1a980c83c..0e87769f9 100755 --- a/build-aux/config.rpath +++ b/build-aux/config.rpath @@ -357,9 +357,6 @@ else dgux*) hardcode_libdir_flag_spec='-L$libdir' ;; - freebsd1*) - ld_shlibs=no - ;; freebsd2.2*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes @@ -534,8 +531,6 @@ case "$host_os" in dgux*) library_names_spec='$libname$shrext' ;; - freebsd1*) - ;; freebsd* | dragonfly*) case "$host_os" in freebsd[123]*)