local-scripts
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Mon, 16 Jan 2017 17:43:37 +0000 (17:43 +0000)
committerAurelien Jarno <aurel32@debian.org>
Mon, 16 Jan 2017 17:43:37 +0000 (17:43 +0000)
Gbp-Pq: Topic kfreebsd
Gbp-Pq: Name local-scripts.diff

abi-tags
configure
configure.ac

index 150d29b9918af4eb2b1dab1b8cef1e9499df34a9..2263316b381d6cd7778a22b9cbbad22cd31c7298 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 fd52818c1dca3a55b404a55be9521e710ff87177..5a799d716ad4c29eb076d15e41d2f6a435315d09 100755 (executable)
--- a/configure
+++ b/configure
@@ -3874,7 +3874,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 $? "
@@ -3951,6 +3951,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 0711e868da25b58fd222b57d12da82bd47c2dd34..cf41337fa6aa2f99ca17fcde0e6add31eb8f718e 100644 (file)
@@ -600,7 +600,7 @@ AC_SUBST(add_on_subdirs)
 ###
 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([
@@ -672,6 +672,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.