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
b0844025
Kaydet (Commit)
b0844025
authored
Eyl 04, 2007
tarafından
Matthias Klose
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
- Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.
üst
fc787d51
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
NEWS
Misc/NEWS
+2
-0
configure
Modules/_ctypes/libffi/configure
+1
-1
configure.ac
Modules/_ctypes/libffi/configure.ac
+1
-1
No files found.
Misc/NEWS
Dosyayı görüntüle @
b0844025
...
...
@@ -108,6 +108,8 @@ Extension Modules
-
Added
support
for
linking
the
bsddb
module
against
BerkeleyDB
4.6
.
x
.
-
Fix
libffi
configure
for
hppa
*-*-
linux
*
|
parisc
*-*-
linux
*.
Documentation
-------------
...
...
Modules/_ctypes/libffi/configure
Dosyayı görüntüle @
b0844025
...
...
@@ -3520,7 +3520,7 @@ x86_64-*-linux* | x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) TARGET=X86_64; TAR
sh-
*
-linux
*
|
sh[34]
*
-
*
-linux
*
)
TARGET
=
SH
;
TARGETDIR
=
sh
;;
sh-
*
-rtems
*
)
TARGET
=
SH
;
TARGETDIR
=
sh
;;
sh64-
*
-linux
*
|
sh5
*
-
*
-linux
*
)
TARGET
=
SH64
;
TARGETDIR
=
sh64
;;
hppa
-
*
-linux
*
|
parisc
-
*
-linux
*
)
TARGET
=
PA
;
TARGETDIR
=
pa
;;
hppa
*
-
*
-linux
*
|
parisc
*
-
*
-linux
*
)
TARGET
=
PA
;
TARGETDIR
=
pa
;;
esac
if
test
$TARGETDIR
=
unknown
;
then
...
...
Modules/_ctypes/libffi/configure.ac
Dosyayı görüntüle @
b0844025
...
...
@@ -71,7 +71,7 @@ x86_64-*-linux* | x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) TARGET=X86_64; TAR
sh-*-linux* | sh[[34]]*-*-linux*) TARGET=SH; TARGETDIR=sh;;
sh-*-rtems*) TARGET=SH; TARGETDIR=sh;;
sh64-*-linux* | sh5*-*-linux*) TARGET=SH64; TARGETDIR=sh64;;
hppa
-*-linux* | parisc
-*-linux*) TARGET=PA; TARGETDIR=pa;;
hppa
*-*-linux* | parisc*
-*-linux*) TARGET=PA; TARGETDIR=pa;;
esac
if test $TARGETDIR = unknown; then
...
...
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