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
6b9da459
Kaydet (Commit)
6b9da459
authored
Mar 24, 1999
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Chris Herborth: the new compiler in R4.1 needs some new options to work...
üst
e7de2061
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
ar-fake
BeOS/ar-fake
+4
-1
linkmodule
BeOS/linkmodule
+4
-1
configure
configure
+0
-0
configure.in
configure.in
+4
-1
No files found.
BeOS/ar-fake
Dosyayı görüntüle @
6b9da459
...
@@ -57,7 +57,10 @@ build_lib() {
...
@@ -57,7 +57,10 @@ build_lib() {
case
$BE_HOST_CPU
in
case
$BE_HOST_CPU
in
ppc
)
ppc
)
AR_CC
=
"mwcc -xms -export pragma -nodup"
case
$(
uname
-r
)
in
4.0
*
)
AR_CC
=
"mwcc -xms -export pragma -nodup"
;;
*
)
AR_CC
=
"mwcc -shared -export pragma -nodup"
;;
esac
GLUE_LOC
=
/boot/develop/lib/ppc
GLUE_LOC
=
/boot/develop/lib/ppc
AR_GLUE
=
"
${
GLUE_LOC
}
/glue-noinit.a
${
GLUE_LOC
}
/init_term_dyn.o
${
GLUE_LOC
}
/start_dyn.o"
AR_GLUE
=
"
${
GLUE_LOC
}
/glue-noinit.a
${
GLUE_LOC
}
/init_term_dyn.o
${
GLUE_LOC
}
/start_dyn.o"
;;
;;
...
...
BeOS/linkmodule
Dosyayı görüntüle @
6b9da459
...
@@ -53,7 +53,10 @@ case $BE_HOST_CPU in
...
@@ -53,7 +53,10 @@ case $BE_HOST_CPU in
# Boy, do we need a lot of crap...
# Boy, do we need a lot of crap...
GLUE_LOC
=
/boot/develop/lib/ppc
GLUE_LOC
=
/boot/develop/lib/ppc
GLUE
=
"
${
GLUE_LOC
}
/glue-noinit.a
${
GLUE_LOC
}
/init_term_dyn.o"
GLUE
=
"
${
GLUE_LOC
}
/glue-noinit.a
${
GLUE_LOC
}
/init_term_dyn.o"
CC
=
"mwcc -xms -export pragma -nodup"
case
$(
uname
-r
)
in
4.0
*
)
CC
=
"mwcc -xms -export pragma -nodup"
;;
*
)
CC
=
"mwcc -shared -export pragma -nodup"
;;
esac
;;
;;
x86
)
x86
)
...
...
configure
Dosyayı görüntüle @
6b9da459
This diff is collapsed.
Click to expand it.
configure.in
Dosyayı görüntüle @
6b9da459
...
@@ -120,7 +120,10 @@ AC_ARG_WITH(gcc, [--without-gcc never use gcc], [
...
@@ -120,7 +120,10 @@ AC_ARG_WITH(gcc, [--without-gcc never use gcc], [
ppc)
ppc)
CC="mwcc -I$PWD/BeOS"
CC="mwcc -I$PWD/BeOS"
without_gcc=yes
without_gcc=yes
OPT="-DUSE_DL_EXPORT -O7 -opt schedule604"
case `uname -r` in
4.0*) OPT="-DUSE_DL_EXPORT -O7 -opt schedule604 -export pragma" ;;
*) OPT="-DUSE_DL_EXPORT -O2 -proc 604e -export pragma" ;;
esac
CCSHARED=-UUSE_DL_EXPORT
CCSHARED=-UUSE_DL_EXPORT
LDFLAGS="$LDFLAGS -nodup"
LDFLAGS="$LDFLAGS -nodup"
...
...
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