summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-02-07 20:00:55 +0100
committerBruno Haible <bruno@clisp.org>2021-02-07 20:00:55 +0100
commit5794cebef081aa5db491c7b98b12cf32c5741298 (patch)
tree951eb29bb7e8223e832a085e1c526f94d07144d4
parentcc0b1d7291a35f6377b7aa6e56adde97ad201b26 (diff)
downloadgnulib-5794cebef081aa5db491c7b98b12cf32c5741298.tar.gz
gnulib-5794cebef081aa5db491c7b98b12cf32c5741298.tar.bz2
host-os: Add support for MidnightBSD.
* m4/host-os.m4 (gl_HOST_OS): On MidnightBSD, set HOST_OPERATING_SYSTEM to "MidnightBSD", not "Midnightbsd".
-rw-r--r--ChangeLog6
-rw-r--r--m4/host-os.m43
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d2c164c4b3..30bed5601b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2021-02-07 Bruno Haible <bruno@clisp.org>
+ host-os: Add support for MidnightBSD.
+ * m4/host-os.m4 (gl_HOST_OS): On MidnightBSD, set HOST_OPERATING_SYSTEM
+ to "MidnightBSD", not "Midnightbsd".
+
+2021-02-07 Bruno Haible <bruno@clisp.org>
+
c-stack: Adjust for MidnightBSD.
* m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): On MidnightBSD,
set FAULT_YIELDS_SIGBUS.
diff --git a/m4/host-os.m4 b/m4/host-os.m4
index 543473c49a..813133bce8 100644
--- a/m4/host-os.m4
+++ b/m4/host-os.m4
@@ -1,4 +1,4 @@
-# serial 10
+# serial 11
# Copyright (C) 2001, 2003-2004, 2006, 2009-2021 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
@@ -41,6 +41,7 @@ AC_DEFUN([gl_HOST_OS],
netbsd*-gnu*) os='GNU/NetBSD';; # NetBSD kernel+libc, GNU userland
netbsd*) os='NetBSD';;
mirbsd*) os='MirBSD';;
+ midnightbsd*) os='MidnightBSD';;
knetbsd*-gnu) os='GNU/kNetBSD';; # NetBSD kernel, GNU libc+userland
kfreebsd*-gnu) os='GNU/kFreeBSD';; # FreeBSD kernel, GNU libc+userland
msdosdjgpp*) os='DJGPP';;

Return to:

Send suggestions and report system problems to the System administrator.