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
54f2158d
Commit
54f2158d
authored
Apr 06, 1999
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
For BeOS PowerPC. Chris Herborth.
parent
5bb9fd3d
Changes
4
Show 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
View file @
54f2158d
...
...
@@ -20,6 +20,9 @@
/* Used for BeOS configuration */
#undef DL_EXPORT_HEADER
#ifdef DL_EXPORT_HEADER
#include DL_EXPORT_HEADER
#endif
/* Define if getpgrp() must be called as getpgrp(0). */
#undef GETPGRP_HAVE_ARG
...
...
config.h.in
View file @
54f2158d
...
...
@@ -81,6 +81,9 @@
/* Used for BeOS configuration */
#undef DL_EXPORT_HEADER
#ifdef DL_EXPORT_HEADER
#include DL_EXPORT_HEADER
#endif
/* Define if getpgrp() must be called as getpgrp(0). */
#undef GETPGRP_HAVE_ARG
...
...
configure
View file @
54f2158d
#! /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.
# Generated automatically using autoconf version 2.13
...
...
@@ -690,7 +690,7 @@ else
case
$BE_HOST_CPU
in
ppc
)
CC
=
"mwcc -I
$PWD
/BeOS"
CC
=
"mwcc -I
$PWD
/BeOS
-nodup
"
without_gcc
=
yes
case
`
uname
-r
`
in
4.0
*
)
OPT
=
"-DUSE_DL_EXPORT -O7 -opt schedule604 -export pragma"
;;
...
...
configure.in
View file @
54f2158d
...
...
@@ -118,7 +118,7 @@ AC_ARG_WITH(gcc, [--without-gcc never use gcc], [
case $BE_HOST_CPU in
ppc)
CC="mwcc -I$PWD/BeOS"
CC="mwcc -I$PWD/BeOS
-nodup
"
without_gcc=yes
case `uname -r` in
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