]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
mprotect: Remove support for IRIX.
authorBruno Haible <bruno@clisp.org>
Wed, 10 Sep 2025 21:11:56 +0000 (23:11 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 10 Sep 2025 21:12:15 +0000 (23:12 +0200)
* m4/mprotect.m4 (gl_FUNC_MPROTECT_WORKS): Remove cross-compilation
guess for IRIX.

ChangeLog
m4/mprotect.m4

index ceb5063026120d56e559a65774aba74085c5ccea..84c85f42cf5bf52e442aa8e0e30648bece21fa60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2025-09-10  Bruno Haible  <bruno@clisp.org>
 
+       mprotect: Remove support for IRIX.
+       * m4/mprotect.m4 (gl_FUNC_MPROTECT_WORKS): Remove cross-compilation
+       guess for IRIX.
+
        mountlist: Remove support for IRIX.
        * m4/mountlist.m4 (gl_MOUNTLIST): Update description of
        MOUNTED_GETMNTENT1.
index b88be94a97270ec1e03c705462d9f779441ca2dd..fc6ac3211e1261572aac10fcd16a601fc9230e12 100644 (file)
@@ -1,5 +1,5 @@
 # mprotect.m4
-# serial 4
+# serial 5
 dnl Copyright (C) 1993-2025 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License as published by the Free Software Foundation;
@@ -136,10 +136,10 @@ AC_DEFUN([gl_FUNC_MPROTECT_WORKS],
          dnl When cross-compiling, assume the known behaviour.
          case "$host_os" in
            dnl Guess yes on Linux systems, glibc systems,
-           dnl macOS, BSD systems, AIX, HP-UX, IRIX, Solaris, Cygwin.
+           dnl macOS, BSD systems, AIX, HP-UX, Solaris, Cygwin.
            linux-* | linux | *-gnu* | gnu* | \
            darwin* | freebsd* | dragonfly* | midnightbsd* | netbsd* | openbsd* | \
-           aix* | hpux* | irix* | solaris* | cygwin*)
+           aix* | hpux* | solaris* | cygwin*)
              gl_cv_func_mprotect_works="guessing yes" ;;
            mingw* | windows*)
              gl_cv_func_mprotect_works="guessing no" ;;