mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Use -xcode=pic32 for SunPro. Will backport to 2.4.
This commit is contained in:
parent
39b29be8a6
commit
d5845ec32e
3 changed files with 5 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in Revision: 39267 .
|
||||
# From configure.in Revision: 41764 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59 for python 2.5.
|
||||
#
|
||||
|
@ -10413,6 +10413,7 @@ then
|
|||
case $ac_sys_system/$ac_sys_release in
|
||||
SunOS*) if test "$GCC" = yes;
|
||||
then CCSHARED="-fPIC";
|
||||
else CCSHARED="-xcode=pic32";
|
||||
fi;;
|
||||
hp*|HP*) if test "$GCC" = yes;
|
||||
then CCSHARED="-fPIC";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue