summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-30 10:20:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-30 10:20:49 +0900
commit3713f089ce4a382187da5a0b37bb2a3bca23cba2 (patch)
treeaeb0bd27c7df5033959b1e259305c67e6af71c48
parentbedf589316e82ed8b322dc560a01425e9f64d89b (diff)
downloadtdeadmin-drop/irix-support.tar.gz
tdeadmin-drop/irix-support.zip
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler.drop/irix-support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rwxr-xr-xknetworkconf/backends/guess_system.sh6
-rw-r--r--kuser/README1
-rw-r--r--kuser/configure.in.in2
3 files changed, 0 insertions, 9 deletions
diff --git a/knetworkconf/backends/guess_system.sh b/knetworkconf/backends/guess_system.sh
index 0cd2c46..ae076f5 100755
--- a/knetworkconf/backends/guess_system.sh
+++ b/knetworkconf/backends/guess_system.sh
@@ -95,9 +95,6 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
pmax:OpenBSD:*:*)
echo mipsel-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
- sgi:OpenBSD:*:*)
- echo mips-unknown-openbsd${UNAME_RELEASE}
- exit 0 ;;
wgrisc:OpenBSD:*:*)
echo mipsel-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
@@ -286,9 +283,6 @@ EOF
Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
echo m68k-tektronix-bsd
exit 0 ;;
- *:IRIX*:*:*)
- echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
- exit 0 ;;
????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
exit 0 ;; # Note that: echo "'`uname -s`'" gives 'AIX '
diff --git a/kuser/README b/kuser/README
index 0505669..b866bfd 100644
--- a/kuser/README
+++ b/kuser/README
@@ -7,7 +7,6 @@ KUser is rewritten XUser which was written in XForms.
It supports:
Solaris
Linux
-Irix
FreeBSD
ATTENTION: BACKUP ALL OF YOUR DATA. THIS PROGRAM MAY DESTROY
diff --git a/kuser/configure.in.in b/kuser/configure.in.in
index 353857b..b1cc0e3 100644
--- a/kuser/configure.in.in
+++ b/kuser/configure.in.in
@@ -16,8 +16,6 @@ AC_CHECK_HEADERS(crypt.h fcntl.h mntent.h linux/quota.h linux/unistd.h \
signal.h sys/mount.h sys/fcntl.h)
case "$host" in
-*irix*) AC_DEFINE(HAVE_IRIX, 1, [Irix])
- ;;
*linux*) AC_DEFINE(HAVE_LINUX, 1, [Linux])
;;
esac