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
f6350d26
Kaydet (Commit)
f6350d26
authored
Eyl 21, 2010
tarafından
Antoine Pitrou
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #1633863: Don't ignore $CC under AIX.
üst
6faee4e2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
NEWS
Misc/NEWS
+2
-0
configure
configure
+2
-3
configure.in
configure.in
+1
-1
No files found.
Misc/NEWS
Dosyayı görüntüle @
f6350d26
...
...
@@ -214,6 +214,8 @@ Tests
Build
-----
- Issue #1633863: Don't ignore $CC under AIX.
- Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)
- Issue #9810: Compile bzip2 source files in python's project file
...
...
configure
Dosyayı görüntüle @
f6350d26
#! /bin/sh
# From configure.in Revision: 84
674
.
# From configure.in Revision: 84
752
.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for python 3.2.
#
...
...
@@ -3144,7 +3144,7 @@ if test "${with_gcc+set}" = set; then :
else
case
$ac_sys_system
in
AIX
*
)
CC
=
cc_r
AIX
*
)
CC
=
${
CC
:-
xlc_r
}
without_gcc
=
;;
*
)
without_gcc
=
no
;;
esac
...
...
@@ -9230,7 +9230,6 @@ fi
OPT
=
"-DDYNAMIC_ANNOTATIONS_ENABLED=1
$OPT
"
fi
# -I${DLINCLDIR} is added to the compile rule for importdl.o
DLINCLDIR
=
.
...
...
configure.in
Dosyayı görüntüle @
f6350d26
...
...
@@ -449,7 +449,7 @@ AC_ARG_WITH(gcc,
without_gcc=$withval;;
esac], [
case $ac_sys_system in
AIX*) CC=
cc_r
AIX*) CC=
${CC:-xlc_r}
without_gcc=;;
*) without_gcc=no;;
esac])
...
...
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