From c4ffe4ba2a408c508e2d4bb78d8c8017ba5e97c2 Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Sat, 27 Aug 2022 12:38:11 +0100 Subject: [PATCH] local-scripts Gbp-Pq: Topic kfreebsd Gbp-Pq: Name local-scripts.diff --- abi-tags | 2 +- configure | 4 +++- configure.ac | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/abi-tags b/abi-tags index 87cd6816a..f44c7478d 100644 --- 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 diff --git a/configure b/configure index 216bfbffa..c49b59b6b 100755 --- a/configure +++ b/configure @@ -3893,7 +3893,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 $? " @@ -4240,6 +4240,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. diff --git a/configure.ac b/configure.ac index c13e4566a..faff54a05 100644 --- a/configure.ac +++ b/configure.ac @@ -529,7 +529,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([ @@ -785,6 +785,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. -- 2.30.2