remove configure.ac support for SGI_ABI (#3294)
This commit is contained in:
parent
5b79d60d2c
commit
14ce158e3d
|
@ -728,7 +728,6 @@ CFLAGS
|
||||||
CC
|
CC
|
||||||
EXPORT_MACOSX_DEPLOYMENT_TARGET
|
EXPORT_MACOSX_DEPLOYMENT_TARGET
|
||||||
CONFIGURE_MACOSX_DEPLOYMENT_TARGET
|
CONFIGURE_MACOSX_DEPLOYMENT_TARGET
|
||||||
SGI_ABI
|
|
||||||
_PYTHON_HOST_PLATFORM
|
_PYTHON_HOST_PLATFORM
|
||||||
MACHDEP
|
MACHDEP
|
||||||
FRAMEWORKINSTALLAPPSPREFIX
|
FRAMEWORKINSTALLAPPSPREFIX
|
||||||
|
@ -3448,25 +3447,6 @@ $as_echo "#define _INCLUDE__STDC_A1_SOURCE 1" >>confdefs.h
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
|
||||||
# SGI compilers allow the specification of the both the ABI and the
|
|
||||||
# ISA on the command line. Depending on the values of these switches,
|
|
||||||
# different and often incompatible code will be generated.
|
|
||||||
#
|
|
||||||
# The SGI_ABI variable can be used to modify the CC and LDFLAGS and
|
|
||||||
# thus supply support for various ABI/ISA combinations. The MACHDEP
|
|
||||||
# variable is also adjusted.
|
|
||||||
#
|
|
||||||
|
|
||||||
if test ! -z "$SGI_ABI"
|
|
||||||
then
|
|
||||||
CC="cc $SGI_ABI"
|
|
||||||
LDFLAGS="$SGI_ABI $LDFLAGS"
|
|
||||||
MACHDEP=`echo "${MACHDEP}${SGI_ABI}" | sed 's/ *//g'`
|
|
||||||
fi
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MACHDEP" >&5
|
|
||||||
$as_echo "$MACHDEP" >&6; }
|
|
||||||
|
|
||||||
# Record the configure-time value of MACOSX_DEPLOYMENT_TARGET,
|
# Record the configure-time value of MACOSX_DEPLOYMENT_TARGET,
|
||||||
# it may influence the way we can build extensions, so distutils
|
# it may influence the way we can build extensions, so distutils
|
||||||
# needs to check it
|
# needs to check it
|
||||||
|
|
18
configure.ac
18
configure.ac
|
@ -546,24 +546,6 @@ then
|
||||||
AC_DEFINE(_INCLUDE__STDC_A1_SOURCE, 1, Define to include mbstate_t for mbrtowc)
|
AC_DEFINE(_INCLUDE__STDC_A1_SOURCE, 1, Define to include mbstate_t for mbrtowc)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
|
||||||
# SGI compilers allow the specification of the both the ABI and the
|
|
||||||
# ISA on the command line. Depending on the values of these switches,
|
|
||||||
# different and often incompatible code will be generated.
|
|
||||||
#
|
|
||||||
# The SGI_ABI variable can be used to modify the CC and LDFLAGS and
|
|
||||||
# thus supply support for various ABI/ISA combinations. The MACHDEP
|
|
||||||
# variable is also adjusted.
|
|
||||||
#
|
|
||||||
AC_SUBST(SGI_ABI)
|
|
||||||
if test ! -z "$SGI_ABI"
|
|
||||||
then
|
|
||||||
CC="cc $SGI_ABI"
|
|
||||||
LDFLAGS="$SGI_ABI $LDFLAGS"
|
|
||||||
MACHDEP=`echo "${MACHDEP}${SGI_ABI}" | sed 's/ *//g'`
|
|
||||||
fi
|
|
||||||
AC_MSG_RESULT($MACHDEP)
|
|
||||||
|
|
||||||
# Record the configure-time value of MACOSX_DEPLOYMENT_TARGET,
|
# Record the configure-time value of MACOSX_DEPLOYMENT_TARGET,
|
||||||
# it may influence the way we can build extensions, so distutils
|
# it may influence the way we can build extensions, so distutils
|
||||||
# needs to check it
|
# needs to check it
|
||||||
|
|
Loading…
Reference in New Issue