local-scripts
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Fri, 10 Jan 2020 22:21:25 +0000 (22:21 +0000)
committerAurelien Jarno <aurel32@debian.org>
Fri, 10 Jan 2020 22:21:25 +0000 (22:21 +0000)
Gbp-Pq: Topic kfreebsd
Gbp-Pq: Name local-scripts.diff

abi-tags
configure
configure.ac

index 87cd6816a91fe94b604f95969023937ed49a1d8e..f44c7478dc1afa73b832f0d78419ef98220ed389 100644 (file)
--- a/abi-tags
+++ b/abi-tags
@@ -22,7 +22,7 @@
 
 .*-sun-solaris2.*      2       2.0.0   # just an arbitrary value
 
-.*-.*-freebsd.*-gnu.*  3       4.0.0   # earliest compatible kernel version
+.*-.*-kfreebsd.*       3       5.4.0   # earliest compatible kernel version
 
 .*-.*-knetbsd.*-gnu.*  4       1.6.0   # earliest compatible kernel version
 
index 6a2df7c2be036da4c8af138784cf38bf86ad2d75..2c1d9d8fcf2aaeae04076512f5e7300a9e98b2c3 100755 (executable)
--- a/configure
+++ b/configure
@@ -3869,7 +3869,7 @@ fi
 ###
 if test -z "$enable_hacker_mode" && test x"$libc_config_ok" != xyes; then
   case "$machine-$host_os" in
-  *-linux* | *-gnu*)
+  *-linux* | *-gnu* | *-kfreebsd*)
     ;;
   *)
     as_fn_error $? "
@@ -4191,6 +4191,8 @@ gnu*)
   base_os=mach/hurd ;;
 linux*)
   base_os=unix/sysv ;;
+k*bsd*)
+  base_os=unix/bsd/bsd4.4 ;;
 esac
 
 # For sunos4.1.1, try sunos4.1.1, then sunos4.1, then sunos4, then sunos.
index f483afdc2ea684ee04b1561c66aaa706c9e962e2..474b35fb86b104f4830d5fe0c561c7655af451d2 100644 (file)
@@ -536,7 +536,7 @@ LIBC_PRECONFIGURE([$srcdir], [for sysdeps])
 ###
 if test -z "$enable_hacker_mode" && test x"$libc_config_ok" != xyes; then
   case "$machine-$host_os" in
-  *-linux* | *-gnu*)
+  *-linux* | *-gnu* | *-kfreebsd*)
     ;;
   *)
     AC_MSG_ERROR([
@@ -775,6 +775,8 @@ gnu*)
   base_os=mach/hurd ;;
 linux*)
   base_os=unix/sysv ;;
+k*bsd*)
+  base_os=unix/bsd/bsd4.4 ;;
 esac
 
 # For sunos4.1.1, try sunos4.1.1, then sunos4.1, then sunos4, then sunos.