mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Revert SF patch #103655
This commit is contained in:
parent
9505272511
commit
8ba9445dd3
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
# From configure.in Revision: 1.203
|
# From configure.in Revision: 1.204
|
||||||
|
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated automatically using autoconf version 2.13
|
# Generated automatically using autoconf version 2.13
|
||||||
|
|
@ -2889,7 +2889,7 @@ then
|
||||||
SunOS/4*) LDSHARED="ld";;
|
SunOS/4*) LDSHARED="ld";;
|
||||||
SunOS/5*)
|
SunOS/5*)
|
||||||
if test "$GCC" = "yes"
|
if test "$GCC" = "yes"
|
||||||
then LDSHARED='$(CC) -G'
|
then LDSHARED='$(CC) -shared'
|
||||||
else LDSHARED="ld -G";
|
else LDSHARED="ld -G";
|
||||||
fi ;;
|
fi ;;
|
||||||
hp*|HP*) LDSHARED="ld -b";;
|
hp*|HP*) LDSHARED="ld -b";;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue