Commit 54f2158d authored by Guido van Rossum's avatar Guido van Rossum

For BeOS PowerPC. Chris Herborth.

parent 5bb9fd3d
...@@ -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
......
...@@ -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
......
#! /bin/sh #! /bin/sh
# From configure.in Revision: 1.101 # From configure.in Revision: 1.102
# 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" ;;
......
...@@ -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" ;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment