mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
remove DGUX support.
This commit is contained in:
parent
b9820a3b77
commit
4d474becd8
4 changed files with 5 additions and 37 deletions
14
configure
vendored
14
configure
vendored
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in Revision: 1.442 .
|
||||
# From configure.in Revision: 1.443 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.57 for python 2.4.
|
||||
#
|
||||
|
@ -3010,7 +3010,7 @@ rm -f conftest*
|
|||
|
||||
# Check for unsupported systems
|
||||
case $ac_sys_system/$ac_sys_release in
|
||||
SunOS/4*|DYNIX/*|dgux*/*|IRIX/4*|Linux*/1*)
|
||||
SunOS/4*|DYNIX/*|IRIX/4*|Linux*/1*)
|
||||
echo This system \($ac_sys_system/$ac_sys_release\) is no longer supported.
|
||||
echo See README for details.
|
||||
exit 1;;
|
||||
|
@ -3150,8 +3150,6 @@ then
|
|||
exp_extra="."
|
||||
fi
|
||||
LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp $exp_extra \$(LIBRARY); $LINKCC";;
|
||||
dgux*)
|
||||
LINKCC="LD_RUN_PATH=$libdir $LINKCC";;
|
||||
Monterey64*)
|
||||
LINKCC="$LINKCC -L/usr/lib/ia64l64";;
|
||||
esac
|
||||
|
@ -3241,13 +3239,6 @@ _ACEOF
|
|||
RUNSHARED=DLL_PATH=`pwd`:${DLL_PATH:-/atheos/sys/libs:/atheos/autolnk/lib}
|
||||
;;
|
||||
esac
|
||||
# DG/UX requires some fancy ld contortions to produce a .so from an .a
|
||||
case $MACHDEP in
|
||||
dguxR4)
|
||||
LDLIBRARY='libpython$(VERSION).so'
|
||||
BASECFLAGS="$BASECFLAGS -pic"
|
||||
;;
|
||||
esac
|
||||
else # shared is disabled
|
||||
case $ac_sys_system in
|
||||
CYGWIN*)
|
||||
|
@ -9422,7 +9413,6 @@ then
|
|||
LDSHARED="$LDSHARED "'-bundle_loader $(BINDIR)/python$(VERSION)$(EXE)'
|
||||
fi ;;
|
||||
Linux*|GNU*) LDSHARED='$(CC) -shared';;
|
||||
dgux*) LDSHARED="ld -G";;
|
||||
BSD/OS*/4*) LDSHARED="gcc -shared";;
|
||||
OpenBSD*|FreeBSD*)
|
||||
if [ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue