mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -1410,6 +1410,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