File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -630,6 +630,8 @@ Library
630630Build
631631-----
632632
633+ - Use -xcode=pic32 for CCSHARED on Solaris with SunPro.
634+
633635- Bug #1189330: configure did not correctly determine the necessary
634636 value of LINKCC if python was built with GCC 4.0.
635637
Original file line number Diff line number Diff line change 11#! /bin/sh
2- # From configure.in Revision: 39267 .
2+ # From configure.in Revision: 41764 .
33# Guess values for system-dependent variables and create Makefiles.
44# Generated by GNU Autoconf 2.59 for python 2.5.
55#
@@ -10413,6 +10413,7 @@ then
1041310413 case $ac_sys_system/$ac_sys_release in
1041410414 SunOS*) if test "$GCC" = yes;
1041510415 then CCSHARED="-fPIC";
10416+ else CCSHARED="-xcode=pic32";
1041610417 fi;;
1041710418 hp*|HP*) if test "$GCC" = yes;
1041810419 then CCSHARED="-fPIC";
Original file line number Diff line number Diff line change @@ -1410,6 +1410,7 @@ then
14101410 case $ac_sys_system/$ac_sys_release in
14111411 SunOS*) if test "$GCC" = yes;
14121412 then CCSHARED="-fPIC";
1413+ else CCSHARED="-xcode=pic32";
14131414 fi;;
14141415 hp*|HP*) if test "$GCC" = yes;
14151416 then CCSHARED="-fPIC";
You can’t perform that action at this time.
0 commit comments