summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-09-04 07:55:14 +0000
committerGeorg Brandl <georg@python.org>2009-09-04 07:55:14 +0000
commita682fdc0544f987a4fd27841c52fe82ce774a8eb (patch)
tree07db8a910a3a0a8f8c3bd2a583041317892f9439 /configure
parentea86b48e9106bfe7b576d497e8c545129ba01ee4 (diff)
downloadcpython-a682fdc0544f987a4fd27841c52fe82ce774a8eb.tar.gz
#5047: remove Monterey support from configure.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure24
1 files changed, 2 insertions, 22 deletions
diff --git a/configure b/configure
index c9672d0343..2b90eaa845 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 74044 .
+# From configure.in Revision: 74072 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 2.7.
#
@@ -2057,7 +2057,7 @@ echo $ECHO_N "checking MACHDEP... $ECHO_C" >&6; }
if test -z "$MACHDEP"
then
ac_sys_system=`uname -s`
- if test "$ac_sys_system" = "AIX" -o "$ac_sys_system" = "Monterey64" \
+ if test "$ac_sys_system" = "AIX" \
-o "$ac_sys_system" = "UnixWare" -o "$ac_sys_system" = "OpenUNIX"; then
ac_sys_release=`uname -v`
else
@@ -2306,9 +2306,6 @@ echo "$as_me: error: Unknown BeOS platform \"$BE_HOST_CPU\"" >&2;}
AR="\$(srcdir)/Modules/ar_beos"
RANLIB=:
;;
- Monterey*)
- RANLIB=:
- without_gcc=;;
*) without_gcc=no;;
esac
fi
@@ -3917,10 +3914,6 @@ hp*|HP*)
case $CC in
cc|*/cc) CC="$CC -Ae";;
esac;;
-Monterey*)
- case $CC in
- cc) CC="$CC -Wl,-Bexport";;
- esac;;
SunOS*)
# Some functions have a prototype only with that define, e.g. confstr
@@ -3988,8 +3981,6 @@ then
exp_extra="."
fi
LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp $exp_extra \$(LIBRARY); $LINKCC";;
- Monterey64*)
- LINKCC="$LINKCC -L/usr/lib/ia64l64";;
QNX*)
# qcc must be used because the other compilers do not
# support -N.
@@ -4596,15 +4587,6 @@ then
OPT="-O"
;;
esac
-
- # The current (beta) Monterey compiler dies with optimizations
- # XXX what is Monterey? Does it still die w/ -O? Can we get rid of this?
- case $ac_sys_system in
- Monterey*)
- OPT=""
- ;;
- esac
-
fi
@@ -14688,7 +14670,6 @@ then
else LDSHARED='$(CC) -G'
fi;;
SCO_SV*) LDSHARED='$(CC) -Wl,-G,-Bexport';;
- Monterey*) LDSHARED="cc -G -dy -Bdynamic -Bexport -L/usr/lib/ia64l64";;
CYGWIN*) LDSHARED="gcc -shared -Wl,--enable-auto-image-base";;
atheos*) LDSHARED="gcc -shared";;
*) LDSHARED="ld";;
@@ -14727,7 +14708,6 @@ then
then CCSHARED="-fPIC"
else CCSHARED="-Kpic -belf"
fi;;
- Monterey*) CCSHARED="-G";;
IRIX*/6*) case $CC in
*gcc*) CCSHARED="-shared";;
*) CCSHARED="";;