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
81376807
Kaydet (Commit)
81376807
authored
Nis 06, 1999
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
For BeOS PowerPC. Chris Herborth.
üst
4f21d547
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
acconfig.h
acconfig.h
+3
-0
config.h.in
config.h.in
+3
-0
configure
configure
+2
-2
configure.in
configure.in
+1
-1
No files found.
acconfig.h
Dosyayı görüntüle @
81376807
...
@@ -20,6 +20,9 @@
...
@@ -20,6 +20,9 @@
/* Used for BeOS configuration */
/* Used for BeOS configuration */
#undef DL_EXPORT_HEADER
#undef DL_EXPORT_HEADER
#ifdef DL_EXPORT_HEADER
#include DL_EXPORT_HEADER
#endif
/* Define if getpgrp() must be called as getpgrp(0). */
/* Define if getpgrp() must be called as getpgrp(0). */
#undef GETPGRP_HAVE_ARG
#undef GETPGRP_HAVE_ARG
...
...
config.h.in
Dosyayı görüntüle @
81376807
...
@@ -81,6 +81,9 @@
...
@@ -81,6 +81,9 @@
/* Used for BeOS configuration */
/* Used for BeOS configuration */
#undef DL_EXPORT_HEADER
#undef DL_EXPORT_HEADER
#ifdef DL_EXPORT_HEADER
#include DL_EXPORT_HEADER
#endif
/* Define if getpgrp() must be called as getpgrp(0). */
/* Define if getpgrp() must be called as getpgrp(0). */
#undef GETPGRP_HAVE_ARG
#undef GETPGRP_HAVE_ARG
...
...
configure
Dosyayı görüntüle @
81376807
#! /bin/sh
#! /bin/sh
# From configure.in Revision: 1.10
1
# From configure.in Revision: 1.10
2
# Guess values for system-dependent variables and create Makefiles.
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
# Generated automatically using autoconf version 2.13
...
@@ -690,7 +690,7 @@ else
...
@@ -690,7 +690,7 @@ else
case
$BE_HOST_CPU
in
case
$BE_HOST_CPU
in
ppc
)
ppc
)
CC
=
"mwcc -I
$PWD
/BeOS"
CC
=
"mwcc -I
$PWD
/BeOS
-nodup
"
without_gcc
=
yes
without_gcc
=
yes
case
`
uname
-r
`
in
case
`
uname
-r
`
in
4.0
*
)
OPT
=
"-DUSE_DL_EXPORT -O7 -opt schedule604 -export pragma"
;;
4.0
*
)
OPT
=
"-DUSE_DL_EXPORT -O7 -opt schedule604 -export pragma"
;;
...
...
configure.in
Dosyayı görüntüle @
81376807
...
@@ -118,7 +118,7 @@ AC_ARG_WITH(gcc, [--without-gcc never use gcc], [
...
@@ -118,7 +118,7 @@ AC_ARG_WITH(gcc, [--without-gcc never use gcc], [
case $BE_HOST_CPU in
case $BE_HOST_CPU in
ppc)
ppc)
CC="mwcc -I$PWD/BeOS"
CC="mwcc -I$PWD/BeOS
-nodup
"
without_gcc=yes
without_gcc=yes
case `uname -r` in
case `uname -r` in
4.0*) OPT="-DUSE_DL_EXPORT -O7 -opt schedule604 -export pragma" ;;
4.0*) OPT="-DUSE_DL_EXPORT -O7 -opt schedule604 -export pragma" ;;
...
...
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