summaryrefslogtreecommitdiffstats
path: root/admin/libtool
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-10 17:59:41 +0900
committerMichele Calgaro <[email protected]>2025-01-10 17:59:41 +0900
commit7cb0a34dd13d71c2834a1f3306f7d550c7471047 (patch)
treec7ef178c632db33513eb38d1bb73d6eafec1e001 /admin/libtool
parenta08cd201b23dec44274cb689ad4caf0489ee6a12 (diff)
downloadkvirc-master.tar.gz
kvirc-master.zip
Remove support for SCOv3.2HEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'admin/libtool')
-rwxr-xr-xadmin/libtool/config.sub28
-rw-r--r--admin/libtool/ltmain.sh1
2 files changed, 0 insertions, 29 deletions
diff --git a/admin/libtool/config.sub b/admin/libtool/config.sub
index 0dc94cdf..b334b551 100755
--- a/admin/libtool/config.sub
+++ b/admin/libtool/config.sub
@@ -181,34 +181,6 @@ case $os in
-hiux*)
os=-hiuxwe2
;;
- -sco6)
- os=-sco5v6
- basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
- ;;
- -sco5)
- os=-sco3.2v5
- basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
- ;;
- -sco4)
- os=-sco3.2v4
- basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
- ;;
- -sco3.2.[4-9]*)
- os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
- basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
- ;;
- -sco3.2v[4-9]*)
- # Don't forget version if it is 3.2v4 or newer.
- basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
- ;;
- -sco5v6*)
- # Don't forget version if it is 3.2v4 or newer.
- basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
- ;;
- -sco*)
- os=-sco3.2v2
- basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
- ;;
-udk*)
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
;;
diff --git a/admin/libtool/ltmain.sh b/admin/libtool/ltmain.sh
index 746841cd..2e31c825 100644
--- a/admin/libtool/ltmain.sh
+++ b/admin/libtool/ltmain.sh
@@ -2526,7 +2526,6 @@ EOF
if test "$hardcode_direct" = no; then
add="$dir/$linklib"
case $host in
- *-*-sco3.2v5* ) add_dir="-L$dir" ;;
*-*-darwin* )
# if the lib is a module then we can not link against
# it, someone is ignoring the new warnings I added