Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
19fab761
Commit
19fab761
authored
Jun 02, 2007
by
Brett Cannon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Have configure raise an error when building on AtheOS. Code specific to AtheOS
will be removed in Python 2.7.
parent
25497a1f
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8348 additions
and
8152 deletions
+8348
-8152
Misc/NEWS
Misc/NEWS
+2
-0
README
README
+5
-1
configure
configure
+8340
-8150
configure.in
configure.in
+1
-1
No files found.
Misc/NEWS
View file @
19fab761
...
...
@@ -868,6 +868,8 @@ Tools/Demos
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
returned
by
python
-
config
if
Python
was
built
with
--
enable
-
shared
because
that
prevented
the
shared
library
from
being
used
.
...
...
README
View file @
19fab761
...
...
@@ -669,7 +669,11 @@ Cygwin: With recent (relative to the time of writing, 2001-12-19)
News regarding these platforms with more recent Cygwin
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:
...
...
configure
View file @
19fab761
This diff is collapsed.
Click to expand it.
configure.in
View file @
19fab761
...
...
@@ -450,7 +450,7 @@ AC_AIX
# Check for unsupported systems
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 See README for details.
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