File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2710
2710
2711
2711
2712
2712
2713
- if test -e $srcdir /.git/HEAD
2713
+ if test -e $srcdir /.git
2714
2714
then
2715
2715
# Extract the first word of "git", so it can be a program name with args.
2716
2716
set dummy git; ac_word=$2
@@ -6801,6 +6801,7 @@ esac
6801
6801
# tweak OPT based on compiler and platform, only if the user didn't set
6802
6802
# it on the command line
6803
6803
6804
+
6804
6805
if test " ${OPT-unset} " = " unset"
6805
6806
then
6806
6807
case $GCC in
@@ -6830,6 +6831,8 @@ then
6830
6831
then
6831
6832
# Clang also needs -fwrapv
6832
6833
WRAP=" -fwrapv"
6834
+ # bpo-30104: disable strict aliasing to compile correctly dtoa.c,
6835
+ # see Makefile.pre.in for more information
6833
6836
CFLAGS_ALIASING=" -fno-strict-aliasing"
6834
6837
fi
6835
6838
You can’t perform that action at this time.
0 commit comments