summaryrefslogtreecommitdiffstats
path: root/admin/ltmain.sh
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-10 17:59:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-10 22:53:48 +0900
commitf0d9ffb2f3c8f898a45a2f6676ddd6c909cebc1b (patch)
treead8f98a83394547b9876ca070f9b6adcb821f3ae /admin/ltmain.sh
parent5a2dbe9520f84cab07142f353b8e27a7d355b3de (diff)
downloadkvirc-f0d9ffb2.tar.gz
kvirc-f0d9ffb2.zip
Remove support for SCOv3.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7cb0a34dd13d71c2834a1f3306f7d550c7471047)
Diffstat (limited to 'admin/ltmain.sh')
-rw-r--r--admin/ltmain.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/admin/ltmain.sh b/admin/ltmain.sh
index 462c030c..af7606f9 100644
--- a/admin/ltmain.sh
+++ b/admin/ltmain.sh
@@ -4532,10 +4532,6 @@ func_mode_link ()
deplibs="$deplibs System.ltframework"
continue
;;
- *-*-sco3.2v5* | *-*-sco5v6*)
- # Causes problems with __ctype
- test "X$arg" = "X-lc" && continue
- ;;
*-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
# Compiler inserts libc in the correct place for threads to work
test "X$arg" = "X-lc" && continue
@@ -5659,7 +5655,6 @@ func_mode_link ()
if test "$hardcode_direct" = no; then
add="$dir/$linklib"
case $host in
- *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;;
*-*-sysv4*uw2*) add_dir="-L$dir" ;;
*-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \
*-*-unixware7*) add_dir="-L$dir" ;;
@@ -6461,9 +6456,6 @@ func_mode_link ()
*-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
# Do not include libc due to us having libc/libc_r.
;;
- *-*-sco3.2v5* | *-*-sco5v6*)
- # Causes problems with __ctype
- ;;
*-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
# Compiler inserts libc in the correct place for threads to work
;;