Kaydet (Commit) 9ed34a89 authored tarafından Victor Stinner's avatar Victor Stinner Kaydeden (comit) GitHub

bpo-30232: Regenerate configure (#1396)

Run autoconf.
üst 5facdbb2
...@@ -2710,7 +2710,7 @@ fi ...@@ -2710,7 +2710,7 @@ fi
if test -e $srcdir/.git/HEAD if test -e $srcdir/.git
then then
# Extract the first word of "git", so it can be a program name with args. # Extract the first word of "git", so it can be a program name with args.
set dummy git; ac_word=$2 set dummy git; ac_word=$2
...@@ -6801,6 +6801,7 @@ esac ...@@ -6801,6 +6801,7 @@ esac
# tweak OPT based on compiler and platform, only if the user didn't set # tweak OPT based on compiler and platform, only if the user didn't set
# it on the command line # it on the command line
if test "${OPT-unset}" = "unset" if test "${OPT-unset}" = "unset"
then then
case $GCC in case $GCC in
...@@ -6830,6 +6831,8 @@ then ...@@ -6830,6 +6831,8 @@ then
then then
# Clang also needs -fwrapv # Clang also needs -fwrapv
WRAP="-fwrapv" WRAP="-fwrapv"
# bpo-30104: disable strict aliasing to compile correctly dtoa.c,
# see Makefile.pre.in for more information
CFLAGS_ALIASING="-fno-strict-aliasing" CFLAGS_ALIASING="-fno-strict-aliasing"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment