Prepare for supporting FreeBSD 10.
authorGerald Pfeifer <gerald@pfeifer.com>
Thu, 27 Jan 2011 18:08:29 +0000 (19:08 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 27 Jan 2011 18:08:29 +0000 (19:08 +0100)
* build-aux/config.rpath: Remove handling of freebsd1* which soon would
match FreeBSD 10.0.

ChangeLog
build-aux/config.rpath

index 34aa134..4b40ee5 100644 (file)
--- 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.
index 1a980c8..0e87769 100755 (executable)
@@ -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]*)