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
ad647859
Kaydet (Commit)
ad647859
authored
May 26, 2006
tarafından
Bob Ippolito
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix distutils so that libffi will cross-compile between darwin/x86 and darwin/ppc
üst
c6f5c871
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
ccompiler.py
Lib/distutils/ccompiler.py
+2
-4
fficonfig.py.in
Modules/_ctypes/libffi/fficonfig.py.in
+1
-1
No files found.
Lib/distutils/ccompiler.py
Dosyayı görüntüle @
ad647859
...
@@ -15,7 +15,6 @@ from distutils.spawn import spawn
...
@@ -15,7 +15,6 @@ from distutils.spawn import spawn
from
distutils.file_util
import
move_file
from
distutils.file_util
import
move_file
from
distutils.dir_util
import
mkpath
from
distutils.dir_util
import
mkpath
from
distutils.dep_util
import
newer_pairwise
,
newer_group
from
distutils.dep_util
import
newer_pairwise
,
newer_group
from
distutils.sysconfig
import
python_build
from
distutils.util
import
split_quoted
,
execute
from
distutils.util
import
split_quoted
,
execute
from
distutils
import
log
from
distutils
import
log
...
@@ -368,7 +367,7 @@ class CCompiler:
...
@@ -368,7 +367,7 @@ class CCompiler:
# Get the list of expected output (object) files
# Get the list of expected output (object) files
objects
=
self
.
object_filenames
(
sources
,
objects
=
self
.
object_filenames
(
sources
,
strip_dir
=
python_build
,
strip_dir
=
0
,
output_dir
=
outdir
)
output_dir
=
outdir
)
assert
len
(
objects
)
==
len
(
sources
)
assert
len
(
objects
)
==
len
(
sources
)
...
@@ -475,8 +474,7 @@ class CCompiler:
...
@@ -475,8 +474,7 @@ class CCompiler:
which source files can be skipped.
which source files can be skipped.
"""
"""
# Get the list of expected output (object) files
# Get the list of expected output (object) files
objects
=
self
.
object_filenames
(
sources
,
strip_dir
=
python_build
,
objects
=
self
.
object_filenames
(
sources
,
output_dir
=
output_dir
)
output_dir
=
output_dir
)
assert
len
(
objects
)
==
len
(
sources
)
assert
len
(
objects
)
==
len
(
sources
)
if
self
.
force
:
if
self
.
force
:
...
...
Modules/_ctypes/libffi/fficonfig.py.in
Dosyayı görüntüle @
ad647859
...
@@ -29,7 +29,7 @@ ffi_platforms = {
...
@@ -29,7 +29,7 @@ ffi_platforms = {
# Build all darwin related files on all supported darwin architectures, this
# Build all darwin related files on all supported darwin architectures, this
# makes it easier to build universal binaries.
# makes it easier to build universal binaries.
if
0
:
if
1
:
all_darwin = ('X86_DARWIN', 'POWERPC_DARWIN')
all_darwin = ('X86_DARWIN', 'POWERPC_DARWIN')
all_darwin_files = []
all_darwin_files = []
for pn in all_darwin:
for pn in all_darwin:
...
...
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