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
897c3e99
Kaydet (Commit)
897c3e99
authored
Ock 16, 2013
tarafından
Stefan Krah
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #11729: Backport commit bff052d9 from libffi upstream in order to fix
a ctypes build failure with clang.
üst
bf0da6d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
configure
Modules/_ctypes/libffi/configure
+3
-3
configure.ac
Modules/_ctypes/libffi/configure.ac
+3
-3
No files found.
Modules/_ctypes/libffi/configure
Dosyayı görüntüle @
897c3e99
...
@@ -14322,10 +14322,10 @@ if ${libffi_cv_as_x86_pcrel+:} false; then :
...
@@ -14322,10 +14322,10 @@ if ${libffi_cv_as_x86_pcrel+:} false; then :
$as_echo_n
"(cached) "
>
&6
$as_echo_n
"(cached) "
>
&6
else
else
libffi_cv_as_x86_pcrel
=
yes
libffi_cv_as_x86_pcrel
=
no
echo
'.text; foo: nop; .data; .long foo-.; .text'
>
conftest.s
echo
'.text; foo: nop; .data; .long foo-.; .text'
>
conftest.s
if
$CC
$CFLAGS
-c
conftest.s
2>&1 |
$EGREP
-i
'illegal|warning'
>
/dev/null
;
then
if
$CC
$CFLAGS
-c
conftest.s
>
/dev/null 2>&1
;
then
libffi_cv_as_x86_pcrel
=
no
libffi_cv_as_x86_pcrel
=
yes
fi
fi
fi
fi
...
...
Modules/_ctypes/libffi/configure.ac
Dosyayı görüntüle @
897c3e99
...
@@ -303,10 +303,10 @@ fi
...
@@ -303,10 +303,10 @@ fi
if test x$TARGET = xX86 || test x$TARGET = xX86_WIN32 || test x$TARGET = xX86_64; then
if test x$TARGET = xX86 || test x$TARGET = xX86_WIN32 || test x$TARGET = xX86_64; then
AC_CACHE_CHECK([assembler supports pc related relocs],
AC_CACHE_CHECK([assembler supports pc related relocs],
libffi_cv_as_x86_pcrel, [
libffi_cv_as_x86_pcrel, [
libffi_cv_as_x86_pcrel=
yes
libffi_cv_as_x86_pcrel=
no
echo '.text; foo: nop; .data; .long foo-.; .text' > conftest.s
echo '.text; foo: nop; .data; .long foo-.; .text' > conftest.s
if $CC $CFLAGS -c conftest.s
2>&1 | $EGREP -i 'illegal|warning' > /dev/null
; then
if $CC $CFLAGS -c conftest.s
> /dev/null 2>&1
; then
libffi_cv_as_x86_pcrel=
no
libffi_cv_as_x86_pcrel=
yes
fi
fi
])
])
if test "x$libffi_cv_as_x86_pcrel" = xyes; then
if test "x$libffi_cv_as_x86_pcrel" = xyes; 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