File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -728,7 +728,6 @@ CFLAGS
728728CC
729729EXPORT_MACOSX_DEPLOYMENT_TARGET
730730CONFIGURE_MACOSX_DEPLOYMENT_TARGET
731- SGI_ABI
732731_PYTHON_HOST_PLATFORM
733732MACHDEP
734733FRAMEWORKINSTALLAPPSPREFIX
@@ -3448,25 +3447,6 @@ $as_echo "#define _INCLUDE__STDC_A1_SOURCE 1" >>confdefs.h
34483447
34493448fi
34503449
3451- #
3452- # SGI compilers allow the specification of the both the ABI and the
3453- # ISA on the command line. Depending on the values of these switches,
3454- # different and often incompatible code will be generated.
3455- #
3456- # The SGI_ABI variable can be used to modify the CC and LDFLAGS and
3457- # thus supply support for various ABI/ISA combinations. The MACHDEP
3458- # variable is also adjusted.
3459- #
3460-
3461- if test ! -z " $SGI_ABI "
3462- then
3463- CC=" cc $SGI_ABI "
3464- LDFLAGS=" $SGI_ABI $LDFLAGS "
3465- MACHDEP=` echo " ${MACHDEP}${SGI_ABI} " | sed ' s/ *//g' `
3466- fi
3467- { $as_echo " $as_me :${as_lineno-$LINENO } : result: $MACHDEP " >&5
3468- $as_echo " $MACHDEP " >&6 ; }
3469-
34703450# Record the configure-time value of MACOSX_DEPLOYMENT_TARGET,
34713451# it may influence the way we can build extensions, so distutils
34723452# needs to check it
Original file line number Diff line number Diff line change @@ -546,24 +546,6 @@ then
546546 AC_DEFINE ( _INCLUDE__STDC_A1_SOURCE , 1 , Define to include mbstate_t for mbrtowc )
547547fi
548548
549- #
550- # SGI compilers allow the specification of the both the ABI and the
551- # ISA on the command line. Depending on the values of these switches,
552- # different and often incompatible code will be generated.
553- #
554- # The SGI_ABI variable can be used to modify the CC and LDFLAGS and
555- # thus supply support for various ABI/ISA combinations. The MACHDEP
556- # variable is also adjusted.
557- #
558- AC_SUBST ( SGI_ABI )
559- if test ! -z "$SGI_ABI"
560- then
561- CC="cc $SGI_ABI"
562- LDFLAGS="$SGI_ABI $LDFLAGS"
563- MACHDEP=`echo "${MACHDEP}${SGI_ABI}" | sed 's/ *//g'`
564- fi
565- AC_MSG_RESULT ( $MACHDEP )
566-
567549# Record the configure-time value of MACOSX_DEPLOYMENT_TARGET,
568550# it may influence the way we can build extensions, so distutils
569551# needs to check it
You can’t perform that action at this time.
0 commit comments