]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
For BeOS PowerPC. Chris Herborth.
authorGuido van Rossum <guido@python.org>
Tue, 6 Apr 1999 15:50:51 +0000 (15:50 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 6 Apr 1999 15:50:51 +0000 (15:50 +0000)
acconfig.h
config.h.in
configure
configure.in

index 4270574d9b9615e2eb186fab4e3b538388027454..feddb31e7f7fb6b3ac5b99b3e012647babb0a3e2 100644 (file)
@@ -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
index 0dc3f47c71708b26be77abaf0344f273499cdf26..de225074fb88bc9cc0454b74f179ee13dc957856 100644 (file)
@@ -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
index 7442e303216588dbbc31634f915a86727bc07773..3928dcfe239948595db91259db81a54f6732c930 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.101 
+# From configure.in Revision: 1.102 
 
 # 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" ;;
index fbb7f02f78dc04bb60a816e42edddcd00ad60a71..2fc3d8e1b30092e62ce59b667eac14eb26d98bd9 100644 (file)
@@ -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" ;;