File tree Expand file tree Collapse file tree 2 files changed +0
-38
lines changed Expand file tree Collapse file tree 2 files changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -728,7 +728,6 @@ CFLAGS
728
728
CC
729
729
EXPORT_MACOSX_DEPLOYMENT_TARGET
730
730
CONFIGURE_MACOSX_DEPLOYMENT_TARGET
731
- SGI_ABI
732
731
_PYTHON_HOST_PLATFORM
733
732
MACHDEP
734
733
FRAMEWORKINSTALLAPPSPREFIX
@@ -3448,25 +3447,6 @@ $as_echo "#define _INCLUDE__STDC_A1_SOURCE 1" >>confdefs.h
3448
3447
3449
3448
fi
3450
3449
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
-
3470
3450
# Record the configure-time value of MACOSX_DEPLOYMENT_TARGET,
3471
3451
# it may influence the way we can build extensions, so distutils
3472
3452
# needs to check it
Original file line number Diff line number Diff line change @@ -546,24 +546,6 @@ then
546
546
AC_DEFINE ( _INCLUDE__STDC_A1_SOURCE , 1 , Define to include mbstate_t for mbrtowc )
547
547
fi
548
548
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
-
567
549
# Record the configure-time value of MACOSX_DEPLOYMENT_TARGET,
568
550
# it may influence the way we can build extensions, so distutils
569
551
# needs to check it
You can’t perform that action at this time.
0 commit comments