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
3fa560b3
Kaydet (Commit)
3fa560b3
authored
Ock 19, 2001
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SF Patch #103188, by Donn Cave: BeOS/ar-fake support for extra
libraries. (I have no way to test this, I just trust Donn.)
üst
7150a778
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
ar-fake
BeOS/ar-fake
+11
-2
No files found.
BeOS/ar-fake
Dosyayı görüntüle @
3fa560b3
...
...
@@ -46,10 +46,19 @@ d)
so
)
case
$BE_HOST_CPU
in
ppc
)
mwld
-xms
-export
pragma
-nodup
-o
$1
$library
/
*
# In case your libpython.a refers to any exotic libraries,
# mwld needs to know that here. The following hack makes
# a couple of assumptions about Modules/Makefile. If it
# doesn't work, you may as well add the necessary libraries
# here explicitly instead.
extralibs
=
$(
(
cd
Modules
;
make
-f
Makefile
-n
link
)
|
sed
-n
's/.*\.so \(.*\) -o python.*/\1/p'
)
mwld
-xms
-export
pragma
-nodup
-o
$1
$library
/
*
$extralibs
;;
x86
)
gcc
-nostart
-Wl
,-soname
=
$(
basename
$1
)
-o
$1
$library
/
*
ld
-shared
-soname
$(
basename
$1
)
-o
$1
$library
/
*
;;
esac
status
=
$?
...
...
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