summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libmng/ltmain.sh
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-02-03 18:49:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-02-03 18:53:31 +0900
commite4e48355ae26fa6d9ef43e667e52356a25fd18f8 (patch)
tree5fe7303395609608c5a6cc814be5cf8dcfd06ce9 /src/3rdparty/libmng/ltmain.sh
parentec615dc3b52d4faafbebd7b4229fd4a1ea2a75ee (diff)
downloadtqt-drop/irix-support.tar.gz
tqt-drop/irix-support.zip
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compilerdrop/irix-support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/3rdparty/libmng/ltmain.sh')
-rw-r--r--src/3rdparty/libmng/ltmain.sh25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/3rdparty/libmng/ltmain.sh b/src/3rdparty/libmng/ltmain.sh
index 244554861..45e445b74 100644
--- a/src/3rdparty/libmng/ltmain.sh
+++ b/src/3rdparty/libmng/ltmain.sh
@@ -988,15 +988,7 @@ compiler."
continue
;;
- # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
- # so, if we see these flags be careful not to treat them like -L
-L[A-Z][A-Z]*:*)
- case $with_gcc/$host in
- no/*-*-irix*)
- compile_command="$compile_command $arg"
- finalize_command="$finalize_command $arg"
- ;;
- esac
continue
;;
@@ -2273,23 +2265,6 @@ compiler."
versuffix=".$current";
;;
- irix)
- major=`expr $current - $age + 1`
- verstring="sgi$major.$revision"
-
- # Add in all the interfaces that we are compatible with.
- loop=$revision
- while test "$loop" -ne 0; do
- iface=`expr $revision - $loop`
- loop=`expr $loop - 1`
- verstring="sgi$major.$iface:$verstring"
- done
-
- # Before this point, $major must not contain `.'.
- major=.$major
- versuffix="$major.$revision"
- ;;
-
linux)
major=.`expr $current - $age`
versuffix="$major.$age.$revision"