Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
9ed34a89
Kaydet (Commit)
9ed34a89
authored
May 02, 2017
tarafından
Victor Stinner
Kaydeden (comit)
GitHub
May 02, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-30232: Regenerate configure (#1396)
Run autoconf.
üst
5facdbb2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
configure
configure
+4
-1
No files found.
configure
Dosyayı görüntüle @
9ed34a89
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment