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
19fab761
Kaydet (Commit)
19fab761
authored
Haz 02, 2007
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Have configure raise an error when building on AtheOS. Code specific to AtheOS
will be removed in Python 2.7.
üst
25497a1f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
2 deletions
+8
-2
NEWS
Misc/NEWS
+2
-0
README
README
+5
-1
configure
configure
+0
-0
configure.in
configure.in
+1
-1
No files found.
Misc/NEWS
Dosyayı görüntüle @
19fab761
...
@@ -868,6 +868,8 @@ Tools/Demos
...
@@ -868,6 +868,8 @@ Tools/Demos
Build
Build
-----
-----
- Stop supporting AtheOS and cause a build error in configure for the platform.
- Bug #1655392: don'
t
add
-
L
/
usr
/
lib
/
pythonX
.
Y
/
config
to
the
LDFLAGS
- Bug #1655392: don'
t
add
-
L
/
usr
/
lib
/
pythonX
.
Y
/
config
to
the
LDFLAGS
returned
by
python
-
config
if
Python
was
built
with
--
enable
-
shared
returned
by
python
-
config
if
Python
was
built
with
--
enable
-
shared
because
that
prevented
the
shared
library
from
being
used
.
because
that
prevented
the
shared
library
from
being
used
.
...
...
README
Dosyayı görüntüle @
19fab761
...
@@ -669,7 +669,11 @@ Cygwin: With recent (relative to the time of writing, 2001-12-19)
...
@@ -669,7 +669,11 @@ Cygwin: With recent (relative to the time of writing, 2001-12-19)
News regarding these platforms with more recent Cygwin
News regarding these platforms with more recent Cygwin
versions would be appreciated!
versions would be appreciated!
AtheOS: From Octavian Cerna <tavy at ylabs.com>:
AtheOS: Official support has been stopped as of Python 2.6. All code will be
removed in Python 2.7 unless a maintainer steps forward for this
platform.
From Octavian Cerna <tavy at ylabs.com>:
Before building:
Before building:
...
...
configure
Dosyayı görüntüle @
19fab761
This diff is collapsed.
Click to expand it.
configure.in
Dosyayı görüntüle @
19fab761
...
@@ -450,7 +450,7 @@ AC_AIX
...
@@ -450,7 +450,7 @@ AC_AIX
# Check for unsupported systems
# Check for unsupported systems
case $ac_sys_system/$ac_sys_release in
case $ac_sys_system/$ac_sys_release in
Linux*/1*)
atheos*|
Linux*/1*)
echo This system \($ac_sys_system/$ac_sys_release\) is no longer supported.
echo This system \($ac_sys_system/$ac_sys_release\) is no longer supported.
echo See README for details.
echo See README for details.
exit 1;;
exit 1;;
...
...
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