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
25f93036
Kaydet (Commit)
25f93036
authored
Agu 18, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Moved inclusion of PURIFY in LINKCC to configure
üst
34b35973
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
Makefile.pre.in
Modules/Makefile.pre.in
+1
-1
configure
configure
+3
-3
configure.in
configure.in
+2
-2
No files found.
Modules/Makefile.pre.in
Dosyayı görüntüle @
25f93036
...
...
@@ -70,7 +70,7 @@ INSTALL_SHARED= ${INSTALL} -m 555
# === Variables that are customizable by hand or by inclusion in Setup ===
LINKCC
=
$(PURIFY)
@LINKCC@
LINKCC
=
@LINKCC@
INCLDIR
=
$(srcdir)
/../Include
CONFIGINCLDIR
=
..
CFLAGS
=
$(OPT)
-I
$(INCLDIR)
-I
$(CONFIGINCLDIR)
$(DEFS)
...
...
configure
Dosyayı görüntüle @
25f93036
#! /bin/sh
# From configure.in Revision: 1.6
0
# From configure.in Revision: 1.6
1
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.12
...
...
@@ -818,8 +818,8 @@ if test -z "$LINKCC"
then
case
$ac_sys_system
in
AIX
*
)
LINKCC
=
"makexp_aix python.exp
\"\"
\$
(LIBRARY);
\$
(CC)"
;;
*
)
LINKCC
=
"
\$
(CC)"
;;
LINKCC
=
"makexp_aix python.exp
\"\"
\$
(LIBRARY);
\$
(
PURIFY)
\$
(
CC)"
;;
*
)
LINKCC
=
"
\$
(
PURIFY)
\$
(
CC)"
;;
esac
fi
echo
"
$ac_t
""
$LINKCC
"
1>&6
...
...
configure.in
Dosyayı görüntüle @
25f93036
...
...
@@ -90,8 +90,8 @@ if test -z "$LINKCC"
then
case $ac_sys_system in
AIX*)
LINKCC="makexp_aix python.exp \"\" \$(LIBRARY); \$(CC)";;
*) LINKCC="\$(CC)";;
LINKCC="makexp_aix python.exp \"\" \$(LIBRARY); \$(
PURIFY) \$(
CC)";;
*) LINKCC="\$(
PURIFY) \$(
CC)";;
esac
fi
AC_MSG_RESULT($LINKCC)
...
...
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