From: GNU Libc Maintainers Date: Sun, 10 Jul 2022 20:29:34 +0000 (+0100) Subject: local-scripts X-Git-Tag: archive/raspbian/2.33-8+rpi1^2~37 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e3f7a8b5d1d835621030073513fd9e9d8acb47b1;p=glibc.git local-scripts Gbp-Pq: Topic kfreebsd Gbp-Pq: Name local-scripts.diff --- 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 1dc3af60b..91c52fa98 100755 --- a/configure +++ b/configure @@ -3854,7 +3854,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 $? " @@ -4176,6 +4176,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 dfebb8a7c..a134c931f 100644 --- a/configure.ac +++ b/configure.ac @@ -530,7 +530,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([ @@ -769,6 +769,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.