diff options
author | Michele Calgaro <[email protected]> | 2025-01-10 17:59:41 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-10 17:59:41 +0900 |
commit | 7cb0a34dd13d71c2834a1f3306f7d550c7471047 (patch) | |
tree | c7ef178c632db33513eb38d1bb73d6eafec1e001 /admin/ltmain.sh | |
parent | a08cd201b23dec44274cb689ad4caf0489ee6a12 (diff) | |
download | kvirc-7cb0a34dd13d71c2834a1f3306f7d550c7471047.tar.gz kvirc-7cb0a34dd13d71c2834a1f3306f7d550c7471047.zip |
Remove support for SCOv3.2
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'admin/ltmain.sh')
-rw-r--r-- | admin/ltmain.sh | 8 |
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 ;; |