diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-30 10:05:02 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-30 10:05:04 +0900 |
| commit | 60f84493601273e216a013532248513e733f72ca (patch) | |
| tree | ec3d1cb611df292935775c70d32208c972255379 /acinclude.m4.in | |
| parent | fea885d44c272f7d7ccb64c68f6f6730e3ce78d6 (diff) | |
| download | admin-60f84493601273e216a013532248513e733f72ca.tar.gz admin-60f84493601273e216a013532248513e733f72ca.zip | |
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler. Also remove support for NonStop-UX due to similarities.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'acinclude.m4.in')
| -rw-r--r-- | acinclude.m4.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in index f3dc0fb..abba62a 100644 --- a/acinclude.m4.in +++ b/acinclude.m4.in @@ -843,8 +843,6 @@ dnl Solaris has a similar problem. AC_PATH_X_XMKMF forces x_includes to dnl /usr/openwin/include, which doesn't work. /usr/include does work, so dnl x_includes should be left alone. case "$host" in -mips-sgi-irix6*) - ;; *-*-solaris*) ;; *) @@ -3173,7 +3171,6 @@ AC_DEFUN([AC_CHECK_COMPILERS], AC_SUBST(USE_RTTI) case "$host" in - *-*-irix*) test "$GXX" = yes && CXXFLAGS="-D_LANGUAGE_C_PLUS_PLUS -D__LANGUAGE_C_PLUS_PLUS $CXXFLAGS" ;; *-*-sysv4.2uw*) CXXFLAGS="-D_UNIXWARE $CXXFLAGS";; *-*-sysv5uw7*) CXXFLAGS="-D_UNIXWARE7 $CXXFLAGS";; *-*-solaris*) |
