mirror of https://gitee.com/openkylin/glibc.git
local-scripts.diff
From: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> Date: Fri, 11 Nov 2022 23:32:10 +0800 Subject: local-scripts
This commit is contained in:
parent
e82bd686e4
commit
e86fb4e28c
2
abi-tags
2
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
|
||||
|
||||
|
|
|
@ -3916,7 +3916,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 $? "
|
||||
|
@ -4263,6 +4263,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.
|
||||
|
|
|
@ -542,7 +542,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([
|
||||
|
@ -798,6 +798,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.
|
||||
|
|
Loading…
Reference in New Issue