mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Merge.
This commit is contained in:
commit
2ac5fac268
2 changed files with 8 additions and 6 deletions
7
configure
vendored
7
configure
vendored
|
@ -5450,9 +5450,10 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Clang also needs -fwrapv
|
# Clang also needs -fwrapv
|
||||||
if test "$CC" = "clang" ; then
|
case $CC in
|
||||||
WRAP="-fwrapv"
|
*clang*) WRAP="-fwrapv"
|
||||||
fi
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
case $ac_cv_prog_cc_g in
|
case $ac_cv_prog_cc_g in
|
||||||
yes)
|
yes)
|
||||||
|
|
|
@ -907,9 +907,10 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Clang also needs -fwrapv
|
# Clang also needs -fwrapv
|
||||||
if test "$CC" = "clang" ; then
|
case $CC in
|
||||||
WRAP="-fwrapv"
|
*clang*) WRAP="-fwrapv"
|
||||||
fi
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
case $ac_cv_prog_cc_g in
|
case $ac_cv_prog_cc_g in
|
||||||
yes)
|
yes)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue