mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #25825: Merge $(LIBPL) fix from 3.5
This commit is contained in:
commit
8c3c52b19f
3 changed files with 8 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -9079,7 +9079,7 @@ then
|
|||
case $ac_sys_system/$ac_sys_release in
|
||||
AIX*)
|
||||
BLDSHARED="\$(srcdir)/Modules/ld_so_aix \$(CC) -bI:\$(srcdir)/Modules/python.exp"
|
||||
LDSHARED="\$(BINLIBDEST)/config/ld_so_aix \$(CC) -bI:\$(BINLIBDEST)/config/python.exp"
|
||||
LDSHARED="\$(LIBPL)/ld_so_aix \$(CC) -bI:\$(LIBPL)/python.exp"
|
||||
;;
|
||||
IRIX/5*) LDSHARED="ld -shared";;
|
||||
IRIX*/6*) LDSHARED="ld ${SGI_ABI} -shared -all";;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue