mirror of https://github.com/python/cpython.git
The usual
This commit is contained in:
parent
a9e7a81137
commit
e4766f69bc
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
# From configure.in Revision: 1.48
|
# From configure.in Revision: 1.49
|
||||||
|
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated automatically using autoconf version 2.12
|
# Generated automatically using autoconf version 2.12
|
||||||
|
@ -1720,7 +1720,7 @@ echo "configure:1720: checking LINKFORSHARED" >&5
|
||||||
if test -z "$LINKFORSHARED"
|
if test -z "$LINKFORSHARED"
|
||||||
then
|
then
|
||||||
case $ac_sys_system/$ac_sys_release in
|
case $ac_sys_system/$ac_sys_release in
|
||||||
AIX*) LINKFORSHARED="-Wl,-bE:python.exp -lld";;
|
AIX*) LINKFORSHARED='-Wl,-bE:$(srcdir)/python.exp -lld';;
|
||||||
hp*|HP*)
|
hp*|HP*)
|
||||||
LINKFORSHARED="-Wl,-E -Wl,+s -Wl,+b\$(BINLIBDEST)/sharedmodules";;
|
LINKFORSHARED="-Wl,-E -Wl,+s -Wl,+b\$(BINLIBDEST)/sharedmodules";;
|
||||||
Linux*) LINKFORSHARED="-rdynamic";;
|
Linux*) LINKFORSHARED="-rdynamic";;
|
||||||
|
|
Loading…
Reference in New Issue