local-scripts
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 29 Jun 2024 10:27:34 +0000 (13:27 +0300)
committerAdrian Bunk <bunk@debian.org>
Sat, 29 Jun 2024 10:27:34 +0000 (13:27 +0300)
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 fde57d63fe6aba4a13d21346da7bf5534d2fc419..58ee1114a09f66e6cc1335edf4732039c399e922 100755 (executable)
--- a/configure
+++ b/configure
@@ -3833,7 +3833,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 $? "
@@ -4109,6 +4109,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 014e09a5d58d102d208ddfaa192d844b1792d94f..8ef218ca401b46a213d4fa9a2487cb66a59bb69b 100644 (file)
@@ -521,7 +521,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([
@@ -725,6 +725,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.