Skip to content

Commit 14ce158

Browse files
authored
remove configure.ac support for SGI_ABI (#3294)
1 parent 5b79d60 commit 14ce158

File tree

2 files changed

+0
-38
lines changed

2 files changed

+0
-38
lines changed

configure

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,6 @@ CFLAGS
728728
CC
729729
EXPORT_MACOSX_DEPLOYMENT_TARGET
730730
CONFIGURE_MACOSX_DEPLOYMENT_TARGET
731-
SGI_ABI
732731
_PYTHON_HOST_PLATFORM
733732
MACHDEP
734733
FRAMEWORKINSTALLAPPSPREFIX
@@ -3448,25 +3447,6 @@ $as_echo "#define _INCLUDE__STDC_A1_SOURCE 1" >>confdefs.h
34483447

34493448
fi
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

configure.ac

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -546,24 +546,6 @@ then
546546
AC_DEFINE(_INCLUDE__STDC_A1_SOURCE, 1, Define to include mbstate_t for mbrtowc)
547547
fi
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

0 commit comments

Comments
 (0)