summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rwxr-xr-xbuild-aux/config.rpath5
2 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 34aa13427e..4b40ee5951 100644
--- 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.
diff --git a/build-aux/config.rpath b/build-aux/config.rpath
index 1a980c83ce..0e87769f9d 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]*)