diff options
author | Guido van Rossum <guido@python.org> | 1999-04-06 15:50:51 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-04-06 15:50:51 (GMT) |
commit | 8137680704e1d2b81a0b7fef84c5e954369b6231 (patch) | |
tree | 4f5aee7ecc43c5336183a2661f34f3e8af77fa0d /configure | |
parent | 4f21d547641f5c7a8be3b06075a6067b75f5de9d (diff) | |
download | cpython-8137680704e1d2b81a0b7fef84c5e954369b6231.zip cpython-8137680704e1d2b81a0b7fef84c5e954369b6231.tar.gz cpython-8137680704e1d2b81a0b7fef84c5e954369b6231.tar.bz2 |
For BeOS PowerPC. Chris Herborth.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" ;; |