summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-04 16:31:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-07 09:39:08 +0900
commit792e93f6e9784c7bfe101a1f863c68f1568a117d (patch)
tree1904d97b8ba29e0168089c20da82d374f292ec5d /configure
parent5b77d97baf04c2b34b405aa0b98deafcbc5aa696 (diff)
downloadtqt3-master.tar.gz
tqt3-master.zip
Remove support for discontinued Reliant/Sinix unixHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure b/configure
index 92bdf2227..dbece6eb3 100755
--- a/configure
+++ b/configure
@@ -428,9 +428,6 @@ while [ "$#" -gt 0 ]; do
irix-cc-n64)
PLATFORM=irix-cc-64
;;
- reliant-64)
- PLATFORM=reliant-cds-64
- ;;
solaris-64)
PLATFORM=solaris-cc-64
;;
@@ -1189,13 +1186,6 @@ if [ -z "$PLATFORM" ]; then
- Also available for Solaris: solaris-g++ solaris-cc-64
"
;;
- ReliantUNIX-*:*|SINIX-*:*)
- PLATFORM=reliant-cds
- #PLATFORM=reliant-cds-64
- PLATFORM_NOTES="
- - Also available for Reliant UNIX: reliant-cds-64
- "
- ;;
CYGWIN*:*)
PLATFORM=cygwin-g++
;;