changeset 14236:f0d7c8eb7ec3

Prepare for supporting FreeBSD 10. * build-aux/config.rpath: Remove handling of freebsd1* which soon would match FreeBSD 10.0.
author Gerald Pfeifer <gerald@pfeifer.com>
date Thu, 27 Jan 2011 19:08:29 +0100
parents 6b8b94f919ce
children 0b3b0b52e108
files ChangeLog build-aux/config.rpath
diffstat 2 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>  (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  <bruno@clisp.org>
 
 	vma-iter, get-rusage-as: Add OpenBSD support.
--- a/build-aux/config.rpath
+++ b/build-aux/config.rpath
@@ -357,9 +357,6 @@
     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 @@
   dgux*)
     library_names_spec='$libname$shrext'
     ;;
-  freebsd1*)
-    ;;
   freebsd* | dragonfly*)
     case "$host_os" in
       freebsd[123]*)